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

◆ CheckSeparator()

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

Definition at line 545 of file Char.cs.

546 {
547 return IsInRange(uc, UnicodeCategory.SpaceSeparator, UnicodeCategory.ParagraphSeparator);
548 }
static bool IsInRange(char c, char min, char max)
Definition Char.cs:191

References System.Char.IsInRange().

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