I have one datacolumn and I have value in datacolumn like
"student1"
"student2"
"student3"
"student4"


I want them in one string like "student1,student2,student3,student4"
Can I convert datacolumn into string or string[] or List<string> without using for loop