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

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

Parameters

weight
Type: SystemDouble
"Weight to be formatted."

Return Value

Type: Object
See Also