Converts this NullableString instance to a NullableDecimal.
A NullableDecimal that is Null if this NullableString is Null otherwise a NullableDecimal whose Value equals the number represented by this NullableString.
Exception Type | Condition |
---|---|
FormatException |
this NullableString instance is not of the correct format.
|
OverflowException | this NullableString instance represents a number less than MinValue or greater than MaxValue. |
NullableString Class | NullableTypes Namespace | Parse