Click or drag to resize
ICurrencyConverterServiceApplyExchangeRate Method
Applies given exchange rate to monetary amount. If rate is negative or zero, amount is returned with no change.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
decimal ApplyExchangeRate(
	decimal amount,
	decimal rate
)

Parameters

amount
Type: SystemDecimal
Monetary amount.
rate
Type: SystemDecimal
Exchange rate to be applied.

Return Value

Type: Decimal
Amount converted using given rate.
See Also