Converts this NullableDecimal instance to a NullableInt32.
A NullableInt32 that is Null if this NullableDecimal is Null otherwise a NullableInt32 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. |
NullableDecimal Class | NullableTypes Namespace