This tool converts a number, from/to decimal, binary, octal and hexadecimal. For example: netwox 21 --hexa 3D4B netwox 21 --hexa 3D4B --disp-decimal
parameter | description | example |
-n|--number data | number to convert | 10 |
-d|--decimal|+d|--no-decimal | number is decimal | This boolean is set. Use + or --no- to unset it. |
-b|--binary|+b|--no-binary | number is binary | |
-o|--octal|+o|--no-octal | number is octal | |
-x|--hexadecimal|+x|--no-hexadecimal | number is hexadecimal | |
-c|--char|+c|--no-char | number is a character | |
-t|--title|+t|--no-title | display titles | |
-D|--disp-decimal|+D|--no-disp-decimal | display decimal | |
-B|--disp-binary|+B|--no-disp-binary | display binary | |
-O|--disp-octal|+O|--no-disp-octal | display octal | |
-X|--disp-hexadecimal|+X|--no-disp-hexadecimal | display hexadecimal | |
-C|--disp-char|+C|--no-disp-char | display character |