List<string> names = new List<string>() { "Mahesh", "Kumar", "Yadav" }; string result = string.Join(",", names.ToArray());