ConvertProLibrary is a C# library that provides functionalities for converting units of measurement. It offers a simple and easy-to-use API for performing conversions between different units, such as length, weight, time, currency, timezones and more.
You can install ConvertProLibrary via NuGet Package Manager:
Install-Package ConvertProLibrary
##Usage
#Importing the Library:
using ConvertProLibrary;
#Supported Units:
Length: Meter, Foot, Inch, Kilometer, Mile, ...
Weight: Kilogram, Pound, Ounce, Gram, ...
Time: Hour, Minutes, Seconds, MiliSeconds, ...
Currency: $, INR, GBP, RUB ...
TimeZone: Atlantic, Eastern, Central, Mountain, Pacific, Alaska, Hawaii-Aleutian, ...
For a complete list of supported units and conversion methods, refer to the documentation or API reference.
#Documentation:
For detailed documentation, including a list of supported units and conversion methods, please refer to the official documentation.
#Contributing:
Contributions are welcome! If you find any bugs or have suggestions for improvement, please open an issue or submit a pull request on the GitHub repository.