list in string c# code example Example: c# list to string using System.Linq; string str = list.Aggregate((x, y) => x + ',' + y);