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

◆ CheckPunctuation()

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

Definition at line 247 of file Char.cs.

248 {
249 return IsInRange(uc, UnicodeCategory.ConnectorPunctuation, UnicodeCategory.OtherPunctuation);
250 }
static bool IsInRange(char c, char min, char max)
Definition Char.cs:191

References System.Char.IsInRange().

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