Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
String

Method String.int2hex()


Method int2hex

string 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()