Converts the NullableString parameter to a see NullableBoolean structure.
Null if x is Null; otherwise a NullableBoolean structure containing the parsed value of x.
Exception Type | Condition |
---|---|
FormatException | sis not equivalent to TrueString or FalseString or s does not consist solely of an optional negative sign followed by a sequence of digits ranging from 0 to 9. |
OverflowException | s represents a number less than MinValue or greater than MaxValue. |
NullableBoolean Class | NullableTypes Namespace