Lets say you have a:
List los = new List();
In this crazy functional world we live in these days which one of t
string.Concat(los.ToArray());
If you just want to concatenate the strings then use string.Concat() instead of string.Join().