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

◆ ToString() [4/4]

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

Implements System.IFormattable.

Definition at line 93 of file Int16.cs.

94 {
95 return Number.FormatInt32(this, 65535, format, provider);
96 }

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