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

◆ ToUInt64() [1/2]

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

Definition at line 252 of file Byte.cs.

253 {
254 return Convert.ToUInt64(this);
255 }

References System.Convert.ToUInt64().