Wednesday, January 23, 2019

string to list in VB.Net

stringBlah.Split(Convert.ToChar(",")).Cast(of Integer).ToList()

No comments:

Post a Comment