TechTalk Genome v4.2

NullableString.ToNullableDouble Method 

Converts this NullableString instance to a NullableDouble.

public NullableDouble ToNullableDouble();

Return Value

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.

Exceptions

Exception TypeCondition
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.

Requirements

Namespace: TechTalk.Genome.NullableTypes

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableString Class | TechTalk.Genome.NullableTypes Namespace