string tags = "9,3,12,43,2"

List<int> TagIds = tags.Split(',');

This doesn’t work cause the split method returns a string[]

11 Answers
11

Leave a Reply

Your email address will not be published. Required fields are marked *