Click or drag to resize
ICurrencyConverter Interface
Defines methods that convert money between currencies.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public interface ICurrencyConverter

The ICurrencyConverter type exposes the following members.

Methods
  NameDescription
Public methodConvert
Converts monetary value from one currency to other currency.
Public methodGetExchangeRate
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.
Top
See Also