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

◆ ToString() [4/4]

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

Implements System.IFormattable.

Definition at line 94 of file SByte.cs.

95 {
96 return Number.FormatInt32(this, 255, format, provider);
97 }

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