Converts the specified string representation of a number value to its NullableDouble equivalent.
A NullableDouble structure containing the parsed value.
The s parameter can contain NumberFormatInfo.PositiveInfinitySymbol, NumberFormatInfo.NegativeInfinitySymbol and NumberFormatInfo.NaNSymbol.
| Exception Type | Condition |
|---|---|
| ArgumentNullException | s is a null reference (Nothing in Visual Basic). |
| FormatException | s s is not a number in a valid format. |
| OverflowException | s represents a number less than Double.MinValue or greater than Double.MaxValue. |
Namespace: TechTalk.Genome.NullableTypes
Assembly: TechTalk.Genome (in TechTalk.Genome.dll)
Version: 4.2.4.4
Editions: Professional, Evaluation, Express
NullableDouble Class | TechTalk.Genome.NullableTypes Namespace | Double.Parse