NullableTypes Class Library

NullableInt64.ToNullableBoolean Method 

Converts this NullableInt64 instance to a NullableBoolean.

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

Return Value

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

See Also

NullableInt64 Class | NullableTypes Namespace