Wednesday 1 June 2011

Linq: Aggregate string array to string

Question:
I want to concatenate all strings of an array using Linq. How to?
How to use the aggregate method with enumerables of string?