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

◆ ToDecimal() [1/2]

decimal IConvertible. System.UInt32.ToDecimal ( IFormatProvider provider)
inline

Definition at line 258 of file UInt32.cs.

259 {
260 return Convert.ToDecimal(this);
261 }

References System.Convert.ToDecimal().