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

◆ IsSeparatorLatin1()

static bool System.Char.IsSeparatorLatin1 ( char c)
inlinestaticprivate

Definition at line 550 of file Char.cs.

551 {
552 if (c != ' ')
553 {
554 return c == '\u00a0';
555 }
556 return true;
557 }

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