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