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

◆ ToInt16() [1/2]

short IConvertible. System.Byte.ToInt16 ( IFormatProvider provider)
inline

Definition at line 227 of file Byte.cs.

228 {
229 return Convert.ToInt16(this);
230 }

References System.Convert.ToInt16().