I have a character:
char ch=\'A\'
Give me method which converts char to ASCII or way which returns a ASCII NUMBER
char to ASCII
ASCII NUMBER
simply do
int a = ch
(also this has nothing to do with android)