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