Click or drag to resize
CurrencyInfoProviderGetRelativelyFormattedPrice Method (Decimal, Int32, Boolean)
Returns HTML encoded (depends on encode parameter) and relatively formatted price according to CurrencyFormatString defined for specified site main currency.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static string GetRelativelyFormattedPrice(
	decimal price,
	int siteId,
	bool encode = true
)

Parameters

price
Type: SystemDecimal
Price to be formatted
siteId
Type: SystemInt32
ID of the site which main currency has to be used for formatting
encode (Optional)
Type: SystemBoolean
Encode output

Return Value

Type: String
See Also