How to convert string[] to ArrayList?

Viewed 62533

I have an array of strings. How can I convert it to System.Collections.ArrayList?

4 Answers
Related