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

◆ ToChar() [2/18]

static char System.Convert.ToChar ( byte value)
inlinestatic

Definition at line 656 of file Convert.cs.

657 {
658 return (char)value;
659 }

References System.value.