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

◆ ToChar() [1/2]

char IConvertible. System.Boolean.ToChar ( IFormatProvider provider)
inline

Definition at line 222 of file Boolean.cs.

223 {
224 throw new InvalidCastException(SR.Format(SR.InvalidCast_FromTo, "Boolean", "Char"));
225 }

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