Converts the specified NullableString parameter to a NullableInt32 structure.
Null if x is Null otherwise a new NullableInt32 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. |
NullableInt32 Class | NullableTypes Namespace