NullableTypes Class Library

NullableDouble.ToString Method 

Converts this NullableDouble 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 NullableDouble is Null otherwise a new String that is the description of this NullableDouble structure's Value.

See Also

NullableDouble Class | NullableTypes Namespace | ToString