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

◆ ToString() [4/4]

string System.UInt16.ToString ( string? format,
IFormatProvider? provider )
inline

Implements System.IFormattable.

Definition at line 91 of file UInt16.cs.

92 {
93 return Number.FormatUInt32(this, format, provider);
94 }

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