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

◆ CheckLetter()

static bool System.Char.CheckLetter ( UnicodeCategory uc)
inlinestaticpackage

Definition at line 201 of file Char.cs.

202 {
203 return IsInRange(uc, UnicodeCategory.UppercaseLetter, UnicodeCategory.OtherLetter);
204 }
static bool IsInRange(char c, char min, char max)
Definition Char.cs:191

References System.Char.IsInRange().

Referenced by System.Char.CheckLetterOrDigit(), System.Char.IsLetter(), and System.Char.IsLetter().