SyntaxFix
Write A Post
Hire A Developer
Questions
The most simple way is using type casting:
public char toChar(int c) { return (char)c; }