PropertiesReaderGetBoolean(String, Boolean) Method
Retrieves a boolean property.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public bool GetBoolean(
string name,
bool defaultValue
)
Public Function GetBoolean (
name As String,
defaultValue As Boolean
) As Boolean
public:
bool GetBoolean(
String^ name,
bool defaultValue
)
member GetBoolean :
name : string *
defaultValue : bool -> bool
- name String
- Name of the property to retrieve.
- defaultValue Boolean
- Default value.
BooleanProperty value if the property exists and is parsed OK.