Click or drag to resize
ECommerceHelperGetFormattedPercentageValue Method
Returns formatted value with removed trailing zero values and added trailing percentage character.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public static string GetFormattedPercentageValue(
	decimal value,
	IFormatProvider provider
)

Parameters

value
Type: SystemDecimal
Decimal number value.
provider
Type: SystemIFormatProvider
An object that supplies culture-specific formatting information.

Return Value

Type: String
See Also