Convert List<string> to StringCollection

Viewed 19779

I need the above feature because I can only store StringCollection to Settings, not List of strings.

How does one convert List into StringCollection?

4 Answers
Related