Skip to content

Instantly share code, notes, and snippets.

@venblee
Created June 22, 2013 15:44
Show Gist options
  • Save venblee/5841336 to your computer and use it in GitHub Desktop.
Save venblee/5841336 to your computer and use it in GitHub Desktop.
Split a String CSV into List
List<int> TagIds = new List<int>(tags.Split(',').Select(int.Parse));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment