NullableTypes Class Library

NullableBoolean.ToNullableString Method 

Converts this NullableBoolean structure to a NullableString structure.

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

Return Value

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

See Also

NullableBoolean Class | NullableTypes Namespace