NullableTypes Class Library

NullableInt32.ToNullableString Method 

Converts this NullableInt32 structure to a NullableString structure.

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

Return Value

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

See Also

NullableInt32 Class | NullableTypes Namespace