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

◆ ToType() [2/2]

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

Definition at line 281 of file SByte.cs.

282 {
283 return Convert.DefaultToType(this, type, provider);
284 }

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