TechTalk Genome v4.2

NullableUInt64.ToNullableBoolean Method 

Converts this NullableUInt64 instance to a NullableBoolean.

public NullableBoolean ToNullableBoolean();

Return Value

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

Requirements

Namespace: TechTalk.Genome.NullableTypes

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableUInt64 Class | TechTalk.Genome.NullableTypes Namespace