Converts this NullableBoolean structure to a NullableDecimal structure.
Null if this NullableBoolean is Null otherwise a new NullableDecimal structure whose Value equals 1 if this NullableBoolean structure's Value is true or equals 0 if this NullableBoolean structure's Value is false.
NullableBoolean Class | NullableTypes Namespace