I have a String array and I have to convert it to an ArrayList . Can this be done in VB.Net?
String
ArrayList
try it
Dim AList as ArrayList = New ArrayList(StrArry) 'StrArry will be our array of strings