c# convert list of string to list of in code example Example: c# convert list to string string combindedString = string.Join( ",", myList.ToArray() );