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

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -

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

delphi - Indy UDP Read Contents of Adata -