transformer une list en string C# code example Example: c# convert list to string string combindedString = string.Join( ",", myList.ToArray() );