ArrayList arr = new ArrayList();
string abc =
What should I do to convert arraylist to a string such as abc = arr;
Updated QuestOther consideration from which i can complete my work is concatination of string(need help in that manner ). suppose i have a
string s="abcdefghi.."
by applying foreach loop on it and getting char by matching some condition and concatinating every char value in some insatnce variable of string type
i.e string subString=+;
Something like thisstring tem = string.Empty;
string temp =string.Empty;
temp = string.Concat(tem,temp);
ArrayList?ArrayListofchars into a single string, and a way to concatenate a series of strings.