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

◆ ToByte() [1/2]

byte IConvertible. System.SByte.ToByte ( IFormatProvider provider)
inline

Definition at line 226 of file SByte.cs.

227 {
228 return Convert.ToByte(this);
229 }

References System.Convert.ToByte().