|
StringExtensionsParseBoolean Method
|
Parses a string intended to represent a boolean value.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.230-beta+03417d7b5cff037b24e882d7adef82d359b34964
Syntax
Remarks
This function, unlike Boolean.Parse, correctly parses a boolean value, even if the string value
specified is a number (e.g., 0 or -1). Boolean.Parse expects a string to be represented as
"True" or "False" (i.e., Boolean.TrueString or Boolean.FalseString respectively).
See Also