list of strings to string in c# code example Example: c# build string out of list of strings string.Join(", ", stringCollection); // "Value1, Value2, Value3