NullableTypes Class Library

NullableSingle.ToNullableString Method 

Converts this NullableSingle structure to a NullableString structure.

[Visual Basic]
Public Function ToNullableString() As NullableString
[C#]
public NullableString ToNullableString();

Return Value

Null if this NullableSingle is Null otherwise a new NullableString structure whose Value is the description of this NullableSingle structure's Value.

See Also

NullableSingle Class | NullableTypes Namespace