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]
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]