NullableTypes Class Library

NullableDecimal Implicit System.Decimal to NullableTypes.NullableDecimal Conversion 

Converts the Decimal parameter to a NullableDecimal structure.

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

Parameters

x
A Decimal to be converted to a NullableDecimal structure.

Return Value

A new NullableDecimal structure constructed from x.

See Also

NullableDecimal Class | NullableTypes Namespace