|
StringExtensionsParseBoolean Method
|
Parses a string intended to represent a boolean value.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
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