convert a list of strings to a single string code example Example: convert list of strings to string string Something = string.Join(",", MyList);