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

◆ ToChar() [1/2]

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

Definition at line 215 of file Int16.cs.

216 {
217 return Convert.ToChar(this);
218 }

References System.Convert.ToChar().