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

◆ ToInt16() [3/19]

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

Definition at line 1065 of file Convert.cs.

1066 {
1067 if (value > '翿')
1068 {
1070 }
1071 return (short)value;
1072 }
static void ThrowInt16OverflowException()
Definition Convert.cs:473

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