The fromCharCode method converts Unicode values into characters.
System.String fromCharCode(System.Int32 n1, System.Int32 nX);
n1
Unicode value to be converted.
nX
[Optional] Unicode value to be converted.
Returns the representing the character(s) representing the specified Unicode number(s).
Member of string.