Android Question Convert Number to Letter

aaronk

Well-Known Member
Licensed User
Longtime User
Hi,

I am trying to convert a number into a Letter.
It might sound simple but I just can't work this simple thing out.

What I am trying to do is the Number 1 should convert to A and 17 should be B etc, up to 256.

For Example:
1-16 = A
17-32 = B
..
..
97-112 = G
..
..
241-256 = P

Anyone able to help ?
 
Top