Converts the specified NullableString parameter to a NullableByte structure.
Null if x is Null otherwise a new NullableByte 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 MinValue or greater than MaxValue. |
NullableByte Class | NullableTypes Namespace