java - Converting an integer to a ASCII key String -
this question has answer here:
how 1 go converting integer like
int keycode = 65;
into
string keycode = "a"?
thanks everyone, know how vice-versa, i've searched on , have not found solution.
i think do:
string str = string.valueof((char)keycode);
Comments
Post a Comment