Click to See Complete Forum and Search --> : translate ASCII into char?


nfung
September 10th, 2003, 12:20 PM
Hi, anyone knows how to translate ASCII value ("int" = say, 53) into a "char"?

Thanks

pareshgh
September 10th, 2003, 01:30 PM
MessageBox.Show( ((char)65).ToString() );

pareshgh
September 11th, 2003, 12:22 AM
check this (http://www.gotdotnet.com/Community/MessageBoard/Thread.aspx?id=143658)