Created
June 22, 2013 15:44
-
-
Save venblee/5841336 to your computer and use it in GitHub Desktop.
Split a String CSV into List
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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