NullableTypes Class Library

NullableString.ToString Method 

Converts this NullableString structure to a String.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();

Return Value

A new String that is a description of Null if this NullableString is Null otherwise a new String that is equal to this instance Value.

See Also

NullableString Class | NullableTypes Namespace