Quick way to convert a generic list to a CSV using String.Join String.Join(“,”,Array.ConvertAll(list.ToArray(),element => element.ToString()));