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

◆ ToString() [3/4]

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

Definition at line 102 of file UInt32.cs.

103 {
104 return Number.FormatUInt32(this, format, null);
105 }

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