Tuesday, December 29, 2009

.net join for arrays

If you're used to the old way of converting an array into a comma delimited list, here's the new way(?). It's been there, but you may not have used it.

String.Join(",", array);

No comments: