Using a simple action you can convert more than one thousand units grouped by more than one hunded types, you just need to use the action UnitsNetConverter and fill the following parameters:
- UnitsTypesId, it's the unit type eg.: Length;
- FromUnitsId, original unit that will be converted eg. Centimeter;
- ToUnitsId, unit that will convert eg: Foot;
- Value, value that will be converted eg.: 100
The Types and Units are available as Static Entities and can be accessed from the same module.
The Types and Units are related by a Entity named UnitsTypes_Units.
All the original documentation and component can be aacessed by https://github.com/angularsen/UnitsNet with the version 5.9.0 https://github.com/angularsen/UnitsNet/releases/tag/UnitsNet%2F5.9.0
Below it's described all possibilities :