TechTalk Genome v4.2

NullableBoolean.ToNullableByte Method 

Converts this NullableBoolean structure to NullableByte.

public NullableByte ToNullableByte();

Return Value

NullableByte.Null if this instance is Null; otherwise a NullableByte structure whose NullableByte.Value equals the Value of this NullableBoolean structure. If the NullableBoolean structure's Value is true, then the NullableByte structure's NullableByte.Value will be 1, otherwise will be 0.

Requirements

Namespace: TechTalk.Genome.NullableTypes

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

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableBoolean Class | TechTalk.Genome.NullableTypes Namespace