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

◆ ToString() [3/4]

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

Definition at line 86 of file UInt16.cs.

87 {
88 return Number.FormatUInt32(this, format, null);
89 }

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