You can convert an ASCII code to String using toString() method of Character wrapper class as shown below:
int i = 64; String aChar = new Character((char)i).toString();
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.