Click or drag to resize
ExchangeRateInfoProviderApplyExchangeRate Method

Note: This API is now obsolete.

Returns the value modified using the given exchange rate.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use CMS.Ecommerce.CurrencyConverter.ApplyExchangeRate() method instead.")]
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: Double
See Also