Extracted from Pike v7.4 release 341 at 2005-11-21.
pike.ida.liu.se
[Top]
predef::
String

Method String.int2hex()


Method int2hex

string String.int2hex(int x)

Description

Same as sprintf("%x",x);

See also

sprintf()