I have an int value, say 68, and I want to turn it into the char "a".
I tried
char c = new char(68);
Is it a method in the Integer class. Any help would be appreciated.
Results 1 to 5 of 5
Thread: Create a char from an int value.Hybrid View
|
Development Centers |