Releases: nemiro-net/nemiro.convertion
Releases · nemiro-net/nemiro.convertion
Nemiro.Convertion v2.3
September 7, 2016
- Strong name.
Nemiro.Convertion v2.2
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
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.