How to convert ascii to character ?
Using this below single line of code u can get the charcter of the corresponding ascii value.
var GetChar = String.fromCharCode(Ascii code);
Using this below single line of code u can get the charcter of the corresponding ascii value.
var GetChar = String.fromCharCode(Ascii code);