Converts this NullableBoolean structure to NullableByte.
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.
Namespace: TechTalk.Genome.NullableTypes
Assembly: TechTalk.Genome (in TechTalk.Genome.dll)
Version: 4.2.4.4
Editions: Professional, Evaluation, Express
NullableBoolean Class | TechTalk.Genome.NullableTypes Namespace