how to make a list and turn it c# code example Example: c# convert list to string string combindedString = string.Join( ",", myList.ToArray() );