CurrencyInfoProviderGetCurrencyInfo Method (String, String) |
Returns currency with specified name.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax public static CurrencyInfo GetCurrencyInfo(
string currencyName,
string siteName
)
Parameters
- currencyName
- Type: SystemString
Currency name - siteName
- Type: SystemString
Site name
Return Value
Type:
CurrencyInfoSee Also