Click or drag to resize
CurrencyInfoFormatPrice Method
Returns price formatted according to settings in this currency.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public string FormatPrice(
	double price
)

Parameters

price
Type: SystemDouble
Price to be formatted.

Return Value

Type: String
See Also