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

◆ ToDateTime() [1/2]

DateTime IConvertible. System.Double.ToDateTime ( IFormatProvider provider)
inline

Definition at line 461 of file Double.cs.

462 {
463 throw new InvalidCastException(SR.Format(SR.InvalidCast_FromTo, "Double", "DateTime"));
464 }

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