Click or drag to resize
CurrencyInfoProviderGetFormattedValueInternal Method
Returns formatted price, by default formatting string "{0:0.00}" is used.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual string GetFormattedValueInternal(
	double price,
	CurrencyInfo currencyObj
)

Parameters

price
Type: SystemDouble
Price to be formatted
currencyObj
Type: CMS.EcommerceCurrencyInfo
Currency which can supply formatting string or 'round to' parameter - number of digits the price should be rounded to. Be default currency has no effect to the result and formatting string "{0:0.00}" is used.

Return Value

Type: String
See Also