Is there a way for java to convert int's to ascii symbols?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Do you want to convert
Or do you want to convert
Or what is it that you mean? |
||||
|
|
|
If you first convert the int to a char, you will have your ascii code. For example:
|
|||
|
|