Extracted from Pike v7.4 release 117 at 2004-11-02.
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()