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

◆ ToChar() [18/18]

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

Definition at line 671 of file Convert.cs.

672 {
673 return (char)value;
674 }

References System.value.