Excuse me if this has been answered previously, but I can't seem to find an answer.
How do I convert a string of numbers (e.g "50") into a single char with an ASCII value of the same number, in this case '2'. Is there a way to do this conversion?
Alternatively, could I do the same by converting the string to an int first?