Converts this NullableString instance to a NullableDouble.
A NullableDouble that is NullableDouble.Null if this NullableString is Null otherwise a NullableDouble whose NullableDouble.Value equals the number represented by this NullableString instance.
| Exception Type | Condition |
|---|---|
| FormatException | this NullableString instance is not of the correct format. See Double.Parse. |
| OverflowException | this NullableString instance 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
NullableString Class | TechTalk.Genome.NullableTypes Namespace