CurrencyInfoProviderGetMainCurrencyCodeInternal Method |
Returns main currency code for given site or empty string when not found.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax 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:
StringSee Also