|
|
Title | Convert a number into binary, decimal, hex, and octal |
Keywords | decimal, octal, hex, hexadecimal, binary |
Categories | Algorithms |
|
|
By Chris Wagg modified by
Kevin Youde to validate characters entered to make (more or less) sure they are numeric. [You can still do weird things like cut and paste letters into the TextBox.]
When you enter a value, the program displays its decimal, octal, hex, and binary equivalents. See the code for details.
|
|
|
|
|
|