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

◆ IsHighSurrogate() [1/2]

static bool System.Char.IsHighSurrogate ( char c)
inlinestatic

Definition at line 711 of file Char.cs.

712 {
713 return IsInRange(c, '\ud800', '\udbff');
714 }
static bool IsInRange(char c, char min, char max)
Definition Char.cs:191

References System.Char.IsInRange().

Referenced by System.Char.IsHighSurrogate().