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

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