BuildMaster SDK Reference
Version:
ReadBoolean(string key) Method
Syntax
protected
bool? ReadBoolean(string key)
Parameters
- key
- Type: string
Key of the value to read.
Returns
Boolean value if parsing was successful; otherwise null (Nothing in Visual Basic).