NullableTypes Class Library

NullableDecimal.ToNullableString Method 

Converts this NullableDecimal structure to a NullableString structure.

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

Return Value

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

See Also

NullableDecimal Class | NullableTypes Namespace