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

◆ ToString() [2/4]

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

Implements System.IConvertible.

Definition at line 89 of file SByte.cs.

90 {
91 return Number.FormatInt32(this, 0, null, provider);
92 }

References System.Number.FormatInt32().