System.Linq.IorderDenumerable`2 [System.Char, System.Char] ZM

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