Nemiro.Convertion
2.3.0
Nemiro.Convertion is small helper class for converting a data types to another data types in .NET Framework.
Features
* Safe conversion the DBNull, NULL and empty values;
* Processing floating-point numbers, regardless of the type of decimal separator (dot or comma);
* Number system conversion: hexadecimal, hexatrigesimal, duosexagesimal, etc.;
* Easy to specify the date format for converting;
* Using the default values for zero incoming values.
Install-Package Nemiro.Convertion -Version 2.3.0
dotnet add package Nemiro.Convertion --version 2.3.0
<PackageReference Include="Nemiro.Convertion" Version="2.3.0" />
paket add Nemiro.Convertion --version 2.3.0
#r "nuget: Nemiro.Convertion, 2.3.0"
Release Notes
September 7, 2016
* Strong name;
* .NET 4.6.1.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.