Method GetBoolean
GetBoolean()
Gets a bool from this StringValue.
public bool GetBoolean()
Returns
- bool
An non-null boolean value.
Exceptions
- NullReferenceException
Thrown when the value stored in this instance is null.
- FormatException
Thrown when the value stored in this instance is not parseable to the desired type.