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

◆ ToUInt32() [5/19]

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

Definition at line 1592 of file Convert.cs.

1593 {
1594 return decimal.ToUInt32(decimal.Round(value, 0));
1595 }

References System.value.