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

◆ ToString() [4/4]

string System.Int64.ToString ( string? format,
IFormatProvider? provider )
inline

Implements System.IFormattable.

Definition at line 109 of file Int64.cs.

110 {
111 return Number.FormatInt64(this, format, provider);
112 }

References System.format, and System.Number.FormatInt64().