TechTalk Genome v4.2

NullableUInt32.ToNullableBoolean Method 

Converts this NullableUInt32 instance to a NullableBoolean.

public NullableBoolean ToNullableBoolean();

Return Value

A NullableBoolean that is NullableBoolean.Null if this NullableUInt32 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

NullableUInt32 Class | TechTalk.Genome.NullableTypes Namespace