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

◆ ToUInt32() [8/19]

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

Definition at line 1538 of file Convert.cs.

1539 {
1540 if (value < 0)
1541 {
1543 }
1544 return (uint)value;
1545 }
static void ThrowUInt32OverflowException()
Definition Convert.cs:491

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