I\'d like to enumerate a string and instead of it returning chars I\'d like to have the iterative variable be of type string. This pro
string
chars
It seems that the obvious thing to do is this:
String cString = c.ToString()