Converts this NullableBoolean structure to a NullableInt64 structure.
NullableInt64.Null if this NullableBoolean is Null otherwise a new NullableInt64 structure whose NullableInt64.Value equals 1 if this NullableBoolean structure's Value is true or equals 0 if this NullableBoolean structure's Value is false.
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