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

◆ ToUInt32() [1/2]

uint IConvertible. System.UInt64.ToUInt32 ( IFormatProvider provider)
inline

Definition at line 233 of file UInt64.cs.

234 {
235 return Convert.ToUInt32(this);
236 }

References System.Convert.ToUInt32().