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

◆ ToString() [3/4]

string System.Byte.ToString ( string? format)
inline

Definition at line 182 of file Byte.cs.

183 {
184 return Number.FormatUInt32(this, format, null);
185 }

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