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

◆ ToUInt64() [1/2]

ulong IConvertible. System.Int32.ToUInt64 ( IFormatProvider provider)
inline

Definition at line 245 of file Int32.cs.

246 {
247 return Convert.ToUInt64(this);
248 }

References System.Convert.ToUInt64().