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

◆ ToUInt16() [1/2]

ushort IConvertible. System.UInt32.ToUInt16 ( IFormatProvider provider)
inline

Definition at line 223 of file UInt32.cs.

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

References System.Convert.ToUInt16().