Method String.int2hex()
- Method int2hex
stringint2hex(intx)- Description
Same as
sprintf("%x",x);, i.e. returns the integerxin hexadecimal base using lower cased symbols.- See also
string int2hex(int x)
Same as sprintf("%x",x);, i.e. returns the integer x in
hexadecimal base using lower cased symbols.