SyntaxFix
Write A Post
Hire A Developer
Questions
Simple casting:
int a = 99; char c = (char) a;
Is there any reason this is not working for you?