Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Java Programmer > Re: convert ASC...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 3 of 3 Topic 52606 of 54874
Post > Topic >>

Re: convert ASCII to characters, help

by Tom Anderson <twic@[EMAIL PROTECTED] > May 9, 2008 at 02:11 PM

On Fri, 9 May 2008, ahmed.JDev wrote:

> how can i convert ASCII to characters, ex. A = 65, is there a method 
> take int such as 65 to output A ???

int i = 65 ;
char ch = (char)i ;

But don't let anyone catch you doing it.

tom

-- 
I could tell you a great many more particulars but suppose that you are
tired of it by this time. -- John Backhouse, Trainspotter Zero
 




 3 Posts in Topic:
convert ASCII to characters, help
"ahmed.JDev" &l  2008-05-09 06:02:11 
Re: convert ASCII to characters, help
Tommaso Nolli <tommaso  2008-05-09 15:11:13 
Re: convert ASCII to characters, help
Tom Anderson <twic@[EM  2008-05-09 14:11:58 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Oct 11 6:26:23 CDT 2008.