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

◆ IsSurrogate() [1/2]

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

Definition at line 586 of file Char.cs.

587 {
588 return IsInRange(c, '\ud800', '\udfff');
589 }
static bool IsInRange(char c, char min, char max)
Definition Char.cs:191

References System.Char.IsInRange().

Referenced by System.Char.IsSurrogate().