Skip to content

Nemiro.Convertion

Compare
Choose a tag to compare
@alekseynemiro alekseynemiro released this 10 Sep 17:23
· 6 commits to master since this release

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.