This library provides a set of methods for converting various C# types to other types. It also provides null checks and empty value checks.
The following are all external libraries this solution uses.
- None
Install via NuGet Package Manager UI on Visual Studios
- Open Visual Studios and navigate to NuGet Package Manager UI (Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution)
- Switch package source to "nuget.org"
- Search (ctrl + L) for Baytech.Conversion
- Select the latest version and install
Install via NuGet Package Manager Console on Visual Studios
- Open Visual Studios and navigate to NuGet Package Manager UI (Tools -> NuGet Package Manager -> Package Manager Console)
- Run:
Install-Package Baytech.Conversion