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

◆ ToType() [2/2]

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

Definition at line 466 of file Single.cs.

467 {
468 return Convert.DefaultToType(this, type, provider);
469 }

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