Lets say you have a:
List los = new List();
In this crazy functional world we live in these days which one of t
If you use .net 4.0 you can use a sorter way:
String.Join(String.Empty, los);