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