EcommerceTransformationFunctionsGetFormattedWeight Method |
Returns formatted weight, based on mass unit format configuration.
Namespace: CMS.Ecommerce.Web.UIAssembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 12.0.0
Syntax public static Object GetFormattedWeight(
double weight
)
Parameters
- weight
- Type: SystemDouble
"Weight to be formatted."
Return Value
Type:
ObjectSee Also