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

◆ ToString() [2/4]

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

Implements System.IConvertible.

Definition at line 97 of file UInt32.cs.

98 {
99 return Number.UInt32ToDecStr(this);
100 }

References System.Number.UInt32ToDecStr().