terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ToUInt32() [6/16]

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

Definition at line 1741 of file Convert.cs.

1742 {
1743 if (!true)
1744 {
1745 }
1746 return Convert.ToUInt32((double)value);
1747 }
static uint ToUInt32(object value)
Definition Convert.cs:1572

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