Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ ToString() [1/4]

override string System.SByte.ToString ( )
inline

Definition at line 79 of file SByte.cs.

80 {
81 return Number.Int32ToDecStr(this);
82 }

References System.Number.Int32ToDecStr().

Referenced by System.SByte.ToString().