Converts this NullableString instance to a NullableDouble.
A NullableDouble that is Null if this NullableString is Null otherwise a NullableDouble whose Value equals the number represented by this NullableString instance.
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