Converts the NullableInt64 parameter to a NullableByte structure.
Null if x is Null otherwise a new NullableByte structure constructed from the Value of x.
| Exception Type | Condition |
|---|---|
| OverflowException | x value is a number that is less than MinValue or greater than MaxValue. |
NullableByte Class | NullableTypes Namespace