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

◆ ToDouble() [1/2]

double IConvertible. System.Char.ToDouble ( IFormatProvider provider)
inline

Definition at line 377 of file Char.cs.

378 {
379 throw new InvalidCastException(SR.Format(SR.InvalidCast_FromTo, "Char", "Double"));
380 }

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