Ascii

Jul 21 2009 3:09 AM

hi guys can you please help me I wanna know if there is any method to convert an integer to it's ascii formate ?? I tried this
byte[] _sAsciiFormate =ASCIIEncoding.ASCII.GetBytes(txtDatatoConvert.Text);  but it does not do what I want to do.I want to take a number like changing 10 to be A (ascii format)  or 12 to be C
Looking foward to your responces
Best Regards

Answers (2)