character conversion
how to convert the character stored in arraylist to its corresponding ascii code
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rasmita DashPosted Oct 24, 2014, 6:33 AM
you can use Asc('A') in vb.net and for c#, you can use Convert.ToInt32('A')
Traverse through the array list & convert items. like
var ResponseArray = new ArrayList();