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
Did you try:
String s = new String(new char[] { 'c' });