What is the easiest way to parse a comma delimited string list of values into some kind of object that I can loop through, so that I can access the individual values easily?
example string: "0, 10, 20, 30, 100, 200"
I'm a bit new to C#, so forgive me for asking a simple question like this. Thanks.