System.linq.iorderedenumerable`2 [System.char, System.char] Zm

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