In a different question (How to split a number into individual digits?), they call the Select
method on a string. This site also suggests that it is possible.
However, when I try to do this using the code samples found in either of those places, I get a compile error. What could be causing this, and how can I use the Select
method on a string?