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

◆ ToByte() [3/19]

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

Definition at line 932 of file Convert.cs.

933 {
934 if (value > 'ΓΏ')
935 {
937 }
938 return (byte)value;
939 }
static void ThrowByteOverflowException()
Definition Convert.cs:461

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