I have an array of String and I have to convert it to an ArrayList. Is it possible to do it in VB.Net? 
Try this
Dim sArray() as String 'array of strings
...
Dim aList as ArrayList = New ArrayList(sArray)
                        If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With