System.linq.iorderedEnumerable`2 [System.char, System.char] zm

var sortedString = new String(unsortedString.OrderBy(c => c).ToArray());
Scary Shrew