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

◆ ToUInt32() [13/19]

static uint System.Convert.ToUInt32 ( short value)
inlinestatic

Definition at line 1522 of file Convert.cs.

1523 {
1524 if (value < 0)
1525 {
1527 }
1528 return (uint)value;
1529 }
static void ThrowUInt32OverflowException()
Definition Convert.cs:491

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