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

◆ ToInt16() [1/2]

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

Definition at line 231 of file SByte.cs.

232 {
233 return Convert.ToInt16(this);
234 }

References System.Convert.ToInt16().