TechTalk Genome v4.2

NullableString.ToNullableSingle Method 

Converts this NullableString instance to a NullableSingle.

public NullableSingle ToNullableSingle();

Return Value

A NullableSingle that is NullableSingle.Null if this NullableString is Null otherwise a NullableSingle whose NullableSingle.Value equals the number represented by this NullableString instance.

Exceptions

Exception TypeCondition
FormatException this NullableString instance is not of the correct format. See Single.Parse.
OverflowException this NullableString instance represents a number less than Single.MinValue or greater than Single.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