Converts this NullableString instance to a NullableSingle.
A NullableSingle that is Null if this NullableString is Null otherwise a NullableSingle whose Value equals the number represented by this NullableString instance.
Exception Type | Condition |
---|---|
FormatException |
this NullableString instance is not of the correct format.
|
OverflowException | this NullableString instance represents a number less than MinValue or greater than MaxValue. |
NullableString Class | NullableTypes Namespace | Parse