System.Linq.iorderdenumerable`2 [System.char, System.char] ZM

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