Extracted from Pike v7.4 release 35 at 2003-12-09.
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()