ICurrencyFromUSDollar Method
Returns a Money object denominated in U.S. dollars equal in value and converted from to the
Money object presented.
Namespace: InnerDrive.FinancialAssembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
Money FromUSDollar(
decimal value
)
- value Decimal
- The Money object to convert to U.S. dollars
MoneyA
Money object denominated in U.S. dollars.
Converting to the same type of currency will return a Money
object with the same value as the one provided.
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. |