ICurrencyConvertFrom Method
Converts a
Money value from its currency into a
Money value
denominated in this implementation of
ICurrency.
Namespace: InnerDrive.FinancialAssembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
Money ConvertFrom(
Money value
)
- value Money
- The Money value to convert.
MoneyThe
Money value converted into this currency.
Converting to the same type of currency will return the original Money
object.
InvalidConversionException | Thrown if the conversion cannot be
performed. The most common reason for this is that you have not called
SetConversion with an entry for the target currency. |