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

◆ IsControl() [1/2]

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

Definition at line 397 of file Char.cs.

398 {
399 return (uint)((c + 1) & -129) <= 32u;
400 }

Referenced by System.Char.IsControl().