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

◆ CheckSymbol()

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

Definition at line 604 of file Char.cs.

605 {
606 return IsInRange(uc, UnicodeCategory.MathSymbol, UnicodeCategory.OtherSymbol);
607 }
static bool IsInRange(char c, char min, char max)
Definition Char.cs:191

References System.Char.IsInRange().

Referenced by System.Char.IsSymbol(), and System.Char.IsSymbol().