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