A C# Application to convert any number with a given base to any other base (supported for base 2-36).
Go to file
2022-05-15 16:42:11 +02:00
.gitignore initial commit 2022-05-15 16:42:11 +02:00
ConvertNumberSystems.csproj initial commit 2022-05-15 16:42:11 +02:00
ConvertNumberSystems.exe initial commit 2022-05-15 16:42:11 +02:00
Program.cs initial commit 2022-05-15 16:42:11 +02:00
README.md initial commit 2022-05-15 16:42:11 +02:00

This is some old version of my Number Converter which still runs in a Console Application. I think it still works perfectly fine, so im not gonna bother to upgrade it to winforms again. The .exe next to the code is a compiled version of said winforms program, so it's not technically lost forever.