Nemiro.Convertion 2.3.0

dotnet add package Nemiro.Convertion --version 2.3.0
NuGet\Install-Package Nemiro.Convertion -Version 2.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Nemiro.Convertion" Version="2.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nemiro.Convertion --version 2.3.0
#r "nuget: Nemiro.Convertion, 2.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Nemiro.Convertion as a Cake Addin
#addin nuget:?package=Nemiro.Convertion&version=2.3.0

// Install Nemiro.Convertion as a Cake Tool
#tool nuget:?package=Nemiro.Convertion&version=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.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.0 4,200 9/7/2016
2.2.0 1,357 12/20/2015
2.1.0 1,597 9/10/2014

September 7, 2016

* Strong name;
* .NET 4.6.1.