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

◆ ToUInt64() [1/2]

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

Definition at line 262 of file Boolean.cs.

263 {
264 return Convert.ToUInt64(this);
265 }

References System.Convert.ToUInt64().