 |
Java - Change int to ascii - Stack Overflow
Is there a way for java to convert int's to ascii symbols? ... In Java, you really want to use Integer.toString to convert an integer to its corresponding String value. If you are dealing with just the digits 0-9, then you could use something like this:
stackoverflow.com |
 |