ExchangeRateInfoProviderGetExchangeRateInfoInternal Method (Int32, Int32) |
Returns exchange rate from specified exchange table which is applied to specified currency.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax protected virtual ExchangeRateInfo GetExchangeRateInfoInternal(
int currencyId,
int tableId
)
Parameters
- currencyId
- Type: SystemInt32
Currency ID - tableId
- Type: SystemInt32
Exchange table ID
Return Value
Type:
ExchangeRateInfoSee Also