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

◆ ToChar() [1/2]

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

Definition at line 212 of file Byte.cs.

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

References System.Convert.ToChar().