how to convert the character stored in arraylist?
1715
26-Oct-2014
how to convert the character stored in arraylist to its corresponding ascii code
Anonymous User
26-Oct-2014Traverse through the array list & convert items. like
var ResponseArray = new ArrayList();