[c#] Is there a simple way that I can sort characters in a string in alphabetical order

new string (str.OrderBy(c => c).ToArray())