public static decimal ConvertMeasurement( MeasurementUnit sourceUnit, decimal sourceValue, MeasurementUnit 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