/BaseConverter

Unsigned 64-bit numeric system converter

Primary LanguageC#MIT LicenseMIT

BaseConverter

An unsigned 64-bit numeric system converter, made as a WPF App on Visual Studio.

Main screen of Base Converter

Format

Before the conversion, a format check is made to see if the number entered is shorter than 64 bits or it fits the numeric system format (i.e. octal numbers have only digits from 0 to 7). If any of these requirements are not met, an error message is shown.