Convert a list of strings to a single string April 10, 2023 by Tarik string Something = string.Join(",", MyList);