Click or drag to resize
CurrencyConverterApplyExchangeRate 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: 10.0.0
Syntax
C#
public static 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