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

◆ ToChar() [13/18]

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

Definition at line 661 of file Convert.cs.

662 {
663 if (value < 0)
664 {
666 }
667 return (char)value;
668 }
static void ThrowCharOverflowException()
Definition Convert.cs:455

References System.Convert.ThrowCharOverflowException(), and System.value.