Wednesday, May 21, 2014

Make a common separated string from the .ToString() values of a List of T in C#!

string foo = string.Join(",", GetMyListOfStuff());

No comments:

Post a Comment