NullableTypes Class Library

NullableSingle.ToString Method 

Converts this NullableSingle structure to a String.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();

Return Value

A new String that is a description of Null if this NullableSingle is Null otherwise a new String that is the description of this NullableSingle structure's Value.

See Also

NullableSingle Class | NullableTypes Namespace | ToString