Converts the NullableString parameter to a see NullableBoolean structure.
Null if x is NullableString.Null; otherwise a NullableBoolean structure containing the parsed value of x.
| Exception Type | Condition |
|---|---|
| FormatException | xis not equivalent to Boolean.TrueString or Boolean.FalseString or x does not consist solely of an optional negative sign followed by a sequence of digits ranging from 0 to 9. |
| OverflowException | x represents a number less than Int32.MinValue or greater than Int32.MaxValue. |
Namespace: TechTalk.Genome.NullableTypes
Assembly: TechTalk.Genome (in TechTalk.Genome.dll)
Version: 4.2.4.4
Editions: Professional, Evaluation, Express
NullableBoolean Class | TechTalk.Genome.NullableTypes Namespace