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

◆ ToType() [2/2]

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

Definition at line 277 of file Byte.cs.

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

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