Archive for April, 2009
Comma seperated lists in C#
20Apr09
String.Join only works on strings. I initally thought I’d create an extension method for List<T> that would use string builder to return a built string for any type of list. I don’t think StringBuilder would help much here after thinking about it. We would still have to call ToString on all the non String objects. [...]
Filed under: Uncategorized | Leave a Comment