Converts this NullableBoolean structure to a NullableDecimal structure.
NullableDecimal.Null if this NullableBoolean is Null otherwise a new NullableDecimal structure whose NullableDecimal.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