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

◆ ToUInt16() [1/2]

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

Definition at line 225 of file Int64.cs.

226 {
227 return Convert.ToUInt16(this);
228 }

References System.Convert.ToUInt16().