Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsSortable() [4/4]

static bool System.Globalization.CompareInfo.IsSortable ( string text)
inlinestatic

Definition at line 180 of file CompareInfo.cs.

181 {
182 if (text == null)
183 {
184 throw new ArgumentNullException("text");
185 }
186 return IsSortable(text.AsSpan());
187 }
static bool IsSortable(char ch)

References System.Globalization.CompareInfo.IsSortable(), and System.text.