Skip to content

Instantly share code, notes, and snippets.

@scorta
Created August 5, 2014 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scorta/997c3c12ed7484f2d5cd to your computer and use it in GitHub Desktop.
Save scorta/997c3c12ed7484f2d5cd to your computer and use it in GitHub Desktop.
List<string> names = new List<string>() { "John", "Anna", "Monica" };
var result = String.Join(", ", names.ToArray());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment