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

◆ ToBoolean() [1/2]

bool IConvertible. System.UInt64.ToBoolean ( IFormatProvider provider)
inline

Definition at line 198 of file UInt64.cs.

199 {
200 return Convert.ToBoolean(this);
201 }

References System.Convert.ToBoolean().