Click or drag to resize
ICurrencyConverterGetExchangeRate Method
Returns exchange rate for conversion from one currency to another. Example: if 1 USD = 16 CZK then this method returns 1/16 = 0.0625 for conversion from USD to CZK.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
decimal GetExchangeRate(
	string fromCurrencyCode,
	string toCurrencyCode
)

Parameters

fromCurrencyCode
Type: SystemString
Code of currency in which amount is expressed, e.g. USD, EUR.
toCurrencyCode
Type: SystemString
Code of currency to convert amount to, e.g. USD, EUR.

Return Value

Type: Decimal
See Also