UtilValueInUserUnitToStringWithUnit Method

Overload List

ValueInUserUnitToStringWithUnit(eumItem, Double) Convert a value to user unit and return as a string

Uses global (static) unit system (UnitProvider) to convert to user units. To use local user units, use the version with the IUnitProvider argument.

ValueInUserUnitToStringWithUnit(eumQuantity, Double) Convert a value to user unit and return as a string

Uses global (static) unit system (UnitProvider) to convert to user units. To use local user units, use the version with the IUnitProvider argument.

ValueInUserUnitToStringWithUnit(IUnitProvider, eumItem, Double) Convert a value to user unit and return as a string
ValueInUserUnitToStringWithUnit(IUnitProvider, eumQuantity, Double) Convert a value to user unit and return as a string

See Also