NullableTypes Class Library

NullableByte.ToNullableString Method 

Converts this NullableByte structure to a NullableString structure.

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

Return Value

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

See Also

NullableByte Class | NullableTypes Namespace