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

◆ ToBoolean() [1/2]

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

Definition at line 322 of file Char.cs.

323 {
324 throw new InvalidCastException(SR.Format(SR.InvalidCast_FromTo, "Char", "Boolean"));
325 }

References System.SR.Format(), and System.SR.InvalidCast_FromTo.