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

◆ ToSByte() [1/2]

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

Definition at line 208 of file UInt64.cs.

209 {
210 return Convert.ToSByte(this);
211 }

References System.Convert.ToSByte().