Convert a list of strings to a single string

string Something = string.Join(",", MyList);

Leave a Comment