ICurrencyConverterServiceApplyExchangeRate Method |
Applies given exchange rate to monetary amount. If rate is negative or zero, amount is returned with no change.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax decimal ApplyExchangeRate(
decimal amount,
decimal rate
)
Parameters
- amount
- Type: SystemDecimal
Monetary amount. - rate
- Type: SystemDecimal
Exchange rate to be applied.
Return Value
Type:
DecimalAmount converted using given rate.
See Also