Extracted from Pike v8.0 release 28 as of 2015-09-20.
   

Method String.int2char()


Method int2char

string int2char(int x)

Description

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

See also

sprintf()