Converts this NullableString instance to a NullableSingle.
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.
| Exception Type | Condition |
|---|---|
| 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. |
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