NullableTypes Class Library

NullableDouble.ToNullableString Method 

Converts this NullableDouble structure to a NullableString structure.

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

Return Value

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

See Also

NullableDouble Class | NullableTypes Namespace