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

◆ ToUInt16() [12/19]

static ushort System.Convert.ToUInt16 ( sbyte value)
inlinestatic

Definition at line 1213 of file Convert.cs.

1214 {
1215 if (value < 0)
1216 {
1218 }
1219 return (ushort)value;
1220 }
static void ThrowUInt16OverflowException()
Definition Convert.cs:479

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