NullableTypes Class Library

NullableInt32.ToNullableBoolean Method 

Converts this NullableInt32 instance to a NullableBoolean.

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

Return Value

A NullableBoolean that is Null if this NullableInt32 is Null, False if this instance Value is Zero otherwise True.

See Also

NullableInt32 Class | NullableTypes Namespace