NullableTypes Class Library

NullableString.ToNullableBoolean Method 

Converts this NullableString instance to a NullableBoolean.

[Visual Basic]
Public Function ToNullableBoolean() As NullableBoolean
[C#]
public NullableBoolean ToNullableBoolean();

Return Value

A NullableBoolean that is Null if this NullableString is Null, True if this instance Value is equal to TrueString or "1" otherwise False.

See Also

NullableString Class | NullableTypes Namespace