Money(Decimal, ICurrency) Constructor
Creates a new instance of
Money denominated
in a particular
ICurrency.
Namespace: InnerDrive.FinancialAssembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
public Money(
decimal value,
ICurrency currency
)
Parameters
- value Decimal
- The value of money to create.
- currency ICurrency
- The currency units to use.