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

◆ ToString() [1/4]

override string System.Int64.ToString ( )
inline

Definition at line 94 of file Int64.cs.

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

References System.Number.Int64ToDecStr().