PropertiesParserGetCharProperty Method (String, Char)

Quartz.NET 3.0 API Documentation
Gets the char property.

Namespace:  Quartz.Util
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public virtual char GetCharProperty(
	string name,
	char defaultValue
)

Parameters

name
Type: SystemString
The name.
defaultValue
Type: SystemChar
The default value.

Return Value

Type: Char

[Missing <returns> documentation for "M:Quartz.Util.PropertiesParser.GetCharProperty(System.String,System.Char)"]

See Also

Reference