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

◆ ToChar() [1/2]

char IConvertible. System.UInt16.ToChar ( IFormatProvider provider)
inline

Definition at line 213 of file UInt16.cs.

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

References System.Convert.ToChar().