Click or drag to resize
CurrencyInfoProviderGetMainCurrencyCodeInternal Method
Returns main currency code for given site or empty string when not found.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual string GetMainCurrencyCodeInternal(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Site ID for site main currency or 0 for global main currency code

Return Value

Type: String
See Also