NullableTypes Class Library

NullableInt64.ToNullableString Method 

Converts this NullableInt64 structure to a NullableString structure.

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

Return Value

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

See Also

NullableInt64 Class | NullableTypes Namespace