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