Skip to content

Releases: nemiro-net/nemiro.convertion

Nemiro.Convertion v2.3

07 Sep 18:08
Compare
Choose a tag to compare

September 7, 2016

  • Strong name.

Nemiro.Convertion v2.2

20 Dec 18:39
Compare
Choose a tag to compare

December 20, 2015

  • Parsing numbers of the form 1,234.567;
  • Added StringFromBaseX method, which allows to keep the zeros at the beginning of Base-X numbers.

Nemiro.Convertion

10 Sep 17:23
Compare
Choose a tag to compare

This 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.