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

◆ ToSByte() [1/2]

sbyte IConvertible. System.UInt16.ToSByte ( IFormatProvider provider)
inline

Definition at line 218 of file UInt16.cs.

219 {
220 return Convert.ToSByte(this);
221 }

References System.Convert.ToSByte().