Concatenate a list with ToConcatenatedString
I've been posting a few extension methods here lately, so I thought I'd throw another into the mix. This set of ToConcatenatedString methods will take a list of objects and return a delimited string. It gives you the option of specifying your own delimiter (the default is ", ") and your own...