NullableTypes Class Library

NullableDecimal Explicit NullableTypes.NullableBoolean to NullableTypes.NullableDecimal Conversion 

Converts the NullableBoolean parameter to a NullableDecimal structure.

[Visual Basic]
returnValue = NullableDecimal.op_Explicit(x)
[C#]
public static explicit operator NullableDecimal(
   NullableBoolean x
);

Parameters

x
A NullableBoolean to be converted to a NullableDecimal structure.

Return Value

Null if x is Null otherwise a new NullableDecimal structure constructed from the ByteValue of x.

See Also

NullableDecimal Class | NullableTypes Namespace