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

◆ ToChar() [1/2]

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

Definition at line 216 of file SByte.cs.

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

References System.Convert.ToChar().