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

◆ ToString() [1/4]

override string System.Int32.ToString ( )
inline

Definition at line 94 of file Int32.cs.

95 {
96 return Number.Int32ToDecStr(this);
97 }

References System.Number.Int32ToDecStr().

Referenced by System.Int32.ToString().