Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ ToDateTime() [1/2]

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

Definition at line 273 of file UInt16.cs.

274 {
275 throw new InvalidCastException(SR.Format(SR.InvalidCast_FromTo, "UInt16", "DateTime"));
276 }

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