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

◆ ToType() [2/2]

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

Definition at line 270 of file Int32.cs.

271 {
272 return Convert.DefaultToType(this, type, provider);
273 }

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