Converts this NullableInt32 instance to a NullableInt16.
A NullableInt16 that is Null if this NullableInt32 is Null otherwise a NullableInt16 whose Value equals the Value of this instance.
Exception Type | Condition |
---|---|
OverflowException | x value is a number that is less than MinValue or greater than MaxValue. |
NullableInt32 Class | NullableTypes Namespace