PropertiesReaderGetBoolean(String, Boolean) Method

Retrieves a boolean property.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public bool GetBoolean(
	string name,
	bool defaultValue
)

Parameters

name  String
Name of the property to retrieve.
defaultValue  Boolean
Default value.

Return Value

Boolean
Property value if the property exists and is parsed OK.

See Also