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

◆ ToUInt32() [1/2]

uint IConvertible. System.UInt16.ToUInt32 ( IFormatProvider provider)
inline

Definition at line 243 of file UInt16.cs.

244 {
245 return Convert.ToUInt32(this);
246 }

References System.Convert.ToUInt32().