Ascii to character conversion 09-Jun-14 06:17 AM
char c; c=Convert.ToChar(97); // where 97 is the ascii Now c will have the character value it can be done using System.Text Namespace - manish bafna replied to Sharmilee Karunanidhi on 24-Mar-07 02:00 AM Hi, There are two steps for converting ASCII into ....