Forum Discussion
hlalumiere
13 years agoRegular Contributor
Well if you get a string like this: "1,2,3,4,5,6", you can use Split() to transform that into an array.
If you receive an array why would you need to cast it?
If you receive an array why would you need to cast it?