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

◆ ToBoolean() [1/2]

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

Definition at line 208 of file UInt16.cs.

209 {
210 return Convert.ToBoolean(this);
211 }

References System.Convert.ToBoolean().