C#

commadelimitedstringcollection makes nice csv

just posted this here as a reminder to myself or anyone else looking for a quick way to create a comma-seperated string from a list of things. public static string ListToCsv<T>(List<... list) { CommaDelimitedStringCollection commaStr = new CommaDelimitedStringCollect... list.ForEach(delegate(T item) { commaStr.Add(item.ToString()); }); return commaStr.ToString(); } -edoode...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

stack overflow

i love stack overflow. it's like experts exchange, only it works. i have posted several questions (see here) and got answers on almost all happy happy joy joy. answering questions gains you reputation. more reputation means more functions, like up or downvoting. elegant. go try it with a question. -edoode...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

«February»
SunMonTueWedThuFriSat
2930311234
567891011
12131415161718
19202122232425
26272829123
45678910