Base Converter

This application reads in a number and converts it from one base to another base. It can handle ANY combination of bases. Its useful for converting binary to decimal or hex to binary, etc. It uses Horners Rule to do the conversion. Its a pretty cool tool and I had a lot of fun writing it. I can use that method manually to do conversion between bases which is also pretty useful. As always, its open source, so if you'd like a copy, please let me know via the contact form.