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

◆ ToDateTime() [1/2]

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

Definition at line 282 of file Boolean.cs.

283 {
284 throw new InvalidCastException(SR.Format(SR.InvalidCast_FromTo, "Boolean", "DateTime"));
285 }

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