Thread
:
Convert integers into ACSII characters.
View Single Post
#
2
(
permalink
)
11-24-2009, 02:42 AM
Fubarable
Moderator
Join Date: Jun 2008
Posts: 6,450
Rep Power:
8
try
Code:
byte[] asciiBytes = {72, 69, 76, 76, 79}; System.out.println(new String(asciiBytes));
__________________
When posting code, please use code tags so that your code is readable. To do this, place the tag [code] before your block of code and [/code] after your block of code.
How to use Code Tags
Fubarable
View Public Profile
Send a private message to Fubarable
Find all posts by Fubarable