Community

How to Concatenate Collections into Strings

(Peter Vogel) I was writing a For…Each loop yesterday to create a comma-delimited string from the properties of objects in a collection (and, thanks to LINQ, I don’t write many For…Each loops any more). As I was typing in my code I noticed that the String class’s Join method now accepts a collection

Read More - Register for Free Membership