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

◆ ToType() [2/2]

object IConvertible. System.UInt16.ToType ( Type type,
IFormatProvider provider )
inline

Definition at line 278 of file UInt16.cs.

279 {
280 return Convert.DefaultToType(this, type, provider);
281 }

References System.Convert.DefaultToType(), and System.type.