NullableTypes Class Library

NullableBoolean.ToString Method 

Converts this NullableBoolean 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 NullableBoolean is Null otherwise a new String that is the description of this NullableBoolean structure's Value.

See Also

NullableBoolean Class | NullableTypes Namespace