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

◆ ToByte() [1/2]

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

Definition at line 223 of file UInt16.cs.

224 {
225 return Convert.ToByte(this);
226 }

References System.Convert.ToByte().