public static decimal ConvertWeight( WeightUnit sourceUnit, decimal sourceValue, WeightUnit targetUnit )
Parameters
- sourceUnit
- The source unit
- sourceValue
- The value to convert
- targetUnit
- The target unit to convert to
Return Value
A LSDecimal with the value converted into the target unit