NullableTypes Class Library

NullableBoolean.ToNullableDecimal Method 

Converts this NullableBoolean structure to a NullableDecimal structure.

[Visual Basic]
Public Function ToNullableDecimal() As NullableDecimal
[C#]
public NullableDecimal ToNullableDecimal();

Return Value

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.

See Also

NullableBoolean Class | NullableTypes Namespace