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

◆ ToType() [2/2]

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

Definition at line 268 of file UInt64.cs.

269 {
270 return Convert.DefaultToType(this, type, provider);
271 }

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