Extracted from Pike v7.3 release 45 at 2002-06-04.
pike.roxen.com
[Top]
String

Method String.int2hex()


Method int2hex

string String.int2hex(int x)

Description

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

See also

sprintf