Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ ToString() [2/4]

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

Implements System.IConvertible.

Definition at line 187 of file Byte.cs.

188 {
189 return Number.UInt32ToDecStr(this);
190 }

References System.Number.UInt32ToDecStr().