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

◆ ToChar() [1/2]

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

Definition at line 203 of file UInt64.cs.

204 {
205 return Convert.ToChar(this);
206 }

References System.Convert.ToChar().