Money   Conversion (Decimal to Money)

Creates a new Money object from a Decimal value.

Definition

Namespace: InnerDrive.Financial
Assembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
C#
public static implicit operator Money (
	decimal value
)

Parameters

value  Decimal
The value to use to create a new Money object.

Return Value

Money
A new Money with the same value.

Remarks

When created using the implicit operator, the Money instance will be denominated in U.S. dollars.

See Also