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

◆ ToInt32() [1/2]

int IConvertible. System.UInt16.ToInt32 ( IFormatProvider provider)
inline

Definition at line 238 of file UInt16.cs.

239 {
240 return Convert.ToInt32(this);
241 }

References System.Convert.ToInt32().