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

◆ ToUInt32() [1/2]

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

Definition at line 242 of file Byte.cs.

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

References System.Convert.ToUInt32().