NullableTypes Class Library

NullableDecimal Explicit NullableTypes.NullableDecimal to System.Decimal Conversion 

Converts a NullableDecimal to a Decimal.

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

Parameters

x
A NullableDecimal to convert.

Return Value

A Decimal set to the Value of the NullableInt32.

Exceptions

Exception TypeCondition
NullableNullValueExceptionx is Null.

See Also

NullableDecimal Class | NullableTypes Namespace