Returns the numeric conversion factor from the given unit value to the current default units.
Format
UNITS_CONVERSION_FACTOR (UnitsValue)
Argument
UnitsValue | A units value string defining the units from which you want to convert. |
Examples
The following illustrates the use of the UNITS_CONVERSION_FACTOR function:
Function | UNITS_CONVERSION_FACTOR("inch") |
Result | Returns 12.0 if the default length units are set to foot. |