tommyboyau
Programmer
Hi Guys,
Is it possible to convert a char to an integer?
This is my situation:
char curChar;
curChar = currentLine.charAt(charCount);
Now i would like to convert curChar to an integer.
Thanks for your help.
Is it possible to convert a char to an integer?
This is my situation:
char curChar;
curChar = currentLine.charAt(charCount);
Now i would like to convert curChar to an integer.
Thanks for your help.