Extracted from Pike v8.0 release 240 as of 2016-05-31.
   

Method String.int2hex()


Method int2hex

string int2hex(int x)

Description

Same as sprintf("%x",x);, i.e. returns the integer x in hexadecimal base using lower cased symbols.

See also

sprintf()