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