Attempts to convert a measurement from one Unit to a different specified Unit of the same UnitType.

Overload List

  NameDescription
TryConvert(Double, Unit, Double%)
Attempts to convert a measurement from this Unit to a different specified Unit of the same UnitType, indicating success by the return value.
TryConvert(Double, Unit, Unit, Double%)
Attempts to convert a measurement from one specified Unit to a different specified Unit of the same UnitType, indicating success by the return value.

See Also