Click or drag to resize
IExchangeRateInfoProviderGet Method (Int32, Int32)
Gets an instance of the ExchangeRateInfo binding structure.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
ExchangeRateInfo Get(
	int currencyId,
	int exchangeTableId
)

Parameters

currencyId
Type: SystemInt32
Currency ID.
exchangeTableId
Type: SystemInt32
Exchange table ID.

Return Value

Type: ExchangeRateInfo
Returns an instance of ExchangeRateInfo corresponding to given identifiers or null.
See Also