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()

uint IConvertible. System.Enum.ToUInt32 ( IFormatProvider provider)
inlineprivate

Implements System.IConvertible.

Definition at line 566 of file Enum.cs.

567 {
569 return Convert.ToUInt32(this, currentCulture);
570 }
class f__AnonymousType0<< Count > j__TPar
static uint ToUInt32(object value)
Definition Convert.cs:1572
static CultureInfo CurrentCulture

References System.Globalization.CultureInfo.CurrentCulture, j__TPar, and System.Convert.ToUInt32().