2
Answers

Ascii

Phakamani  Blose

Phakamani Blose

15y
2.2k
1

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)