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

◆ ToString() [1/4]

override string System.Byte.ToString ( )
inline

Definition at line 177 of file Byte.cs.

178 {
179 return Number.UInt32ToDecStr(this);
180 }

References System.Number.UInt32ToDecStr().