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

◆ ToByte() [1/2]

byte IConvertible. System.UInt32.ToByte ( IFormatProvider provider)
inline

Definition at line 213 of file UInt32.cs.

214 {
215 return Convert.ToByte(this);
216 }

References System.Convert.ToByte().