Converts the specified NullableString parameter to a NullableDouble structure.
Null If x is Null otherwise a new NullableDouble structure containing the parsed value.
The x parameter can contain PositiveInfinitySymbol, NegativeInfinitySymbol and NaNSymbol.
| Exception Type | Condition |
|---|---|
| ArgumentNullException | x is a null reference (Nothing in Visual Basic). |
| FormatException | x is not a number in a valid format. |
| OverflowException | x represents a number less than MinValue or greater than MaxValue. |
NullableDouble Class | NullableTypes Namespace | Parse