the
hexdec
of
factor
hexdec
(
expression )
Factor and expression yield string
s.
put hexdec("9F91102") into steve
The hexdec
function converts a real or complex number in hexadecimal, or base sixteen, to the same number in decimal, or base ten. For example, hex("2318")
gives 8984
.