| CurrencyInfoProviderGetFormattedPrice Method (Double, CurrencyInfo, Boolean) | 
            Returns formatted price according to formatting string of the specified currency.
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntaxpublic static string GetFormattedPrice(
	double price,
	CurrencyInfo currencyObj,
	bool encode = true
)
Parameters
- price
 - Type: SystemDouble
Price to be formatted - currencyObj
 - Type: CMS.EcommerceCurrencyInfo
Currency which supplies formatting string - encode (Optional)
 - Type: SystemBoolean
Encode output 
Return Value
Type: 
String
See Also