XTD
Converts a hexadecimal number to decimal.
Command Class
TCL-I command.
Syntax
XTD hexNumber
Syntax Elements
hexNumberis a hexadecimal number.
Negative Numbers
Hexadecimal numbers are considered negative when in the range from X'FFFFFFFFFFFF' (-1) to X'800000000001' (-140,737,488,355,327).
Example
:XTD FEFD
65277