Tool 21: Convert a number

Description:

  This tool converts a number, from/to decimal, binary, octal and
  hexadecimal. For example:
    netwox 21 --hexa 3D4B
    netwox 21 --hexa 3D4B --disp-decimal
   

Synonyms:

  calc, binary, decimal, hexadecimal, octal

Usage:

  netwox 21 -n data [-d|+d] [-b|+b] [-o|+o] [-x|+x] [-c|+c] [-t|+t] [-D|+D] [-B|+B] [-O|+O] [-X|+X] [-C|+C]

Parameters:

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  

Examples:

  netwox 21 -n "10"

  netwox 21 --number "10"