Click or drag to resize
CurrencyInfoFormatPrice Method
Returns price HTML encoded and formatted according to CurrencyFormatString.

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

Parameters

price
Type: SystemDecimal
Price to be formatted.

Return Value

Type: String
See Also