dechex
Decimal to hexadecimal
&reftitle.description;
stringdechex
intnumber
Returns a string containing a hexadecimal representation of the
given number argument. The largest number that can
be converted is 4294967295 in decimal resulting to "ffffffff".
&reftitle.parameters;
number
Decimal value to convert
&reftitle.returnvalues;
Hexadecimal string representation of number
&reftitle.examples;
dechex example
]]>
&example.outputs;
&reftitle.seealso;
hexdec
decbin
decoct
base_convert