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

◆ ToUInt64() [1/2]

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

Definition at line 243 of file UInt32.cs.

244 {
245 return Convert.ToUInt64(this);
246 }

References System.Convert.ToUInt64().