Click or drag to resize
EcommerceTransformationFunctionsGetFormattedWeight Method
Returns formatted weight, based on mass unit format configuration.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static Object GetFormattedWeight(
	double weight
)

Parameters

weight
Type: SystemDouble
"Weight to be formatted."

Return Value

Type: Object
See Also