MoneyConvertTo Method
Converts this instance from its currency into another currency.
Namespace: InnerDrive.FinancialAssembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
public Money ConvertTo(
ICurrency foreign
)
- foreign ICurrency
- The other currency to convert this instance to.
MoneyA
Money object equal to this instance converted to the foreign currency.