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

◆ ToString() [1/4]

override string System.Int16.ToString ( )
inline

Definition at line 78 of file Int16.cs.

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

References System.Number.Int32ToDecStr().

Referenced by System.Int16.ToString().