Click or drag to resize

CurrencyServiceGetCurrency Method (String, String)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.International
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use the overload without languageId and then call GetTranslation on the currency.")]
public Currency GetCurrency(
	string currencyCode,
	string languageId
)

Parameters

currencyCode
Type: SystemString
languageId
Type: SystemString

Return Value

Type: Currency
See Also