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

◆ ToUInt16() [13/19]

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

Definition at line 1229 of file Convert.cs.

1230 {
1231 if (value < 0)
1232 {
1234 }
1235 return (ushort)value;
1236 }
static void ThrowUInt16OverflowException()
Definition Convert.cs:479

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