I have some LINQ code that generates a list of strings, like this:
var data = from a in someOtherList orderby a select FunctionThatReturnsS
You can use this statement. String.Join("",someOtherList);