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

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

android - Hide only the Action bar on Scroll not action bar tabs -

delphi - Indy UDP Read Contents of Adata -