How do I convert a list to a string in C#?

When I execute toString on a List object, I get:

System.Collections.Generic.List`1[System.String]

14 Answers
14

Leave a Reply

Your email address will not be published. Required fields are marked *