ExchangeRateInfoProviderApplyExchangeRate Method |
Returns the value modified using the given exchange rate.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public static double ApplyExchangeRate(
double value,
double rate
)
Parameters
- value
- Type: SystemDouble
Value the exchange rate should be applied to - rate
- Type: SystemDouble
Exchange rate value
Return Value
Type:
DoubleSee Also