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

◆ ToString() [2/4]

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

Implements System.IConvertible.

Definition at line 81 of file UInt16.cs.

82 {
83 return Number.UInt32ToDecStr(this);
84 }

References System.Number.UInt32ToDecStr().