Money Conversion (Decimal to Money)
Namespace: InnerDrive.FinancialAssembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
public static implicit operator Money (
decimal value
)
- value Decimal
- The value to use to create a new Money object.
MoneyA new
Money with the same value.
When created using the implicit operator, the
Money instance
will be denominated in U.S. dollars.