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

◆ ToUInt32() [12/19]

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

Definition at line 1506 of file Convert.cs.

1507 {
1508 if (value < 0)
1509 {
1511 }
1512 return (uint)value;
1513 }
static void ThrowUInt32OverflowException()
Definition Convert.cs:491

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