Extracted from Pike v8.0 release 276 as of 2016-07-29.
   

Method String.int2char()


Method int2char

string int2char(int x)

Description

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

See also

sprintf()