0
Could someone tell me the method we use to convert an integer into a string?
I only know the method to convert string into integer...
1 Réponse
+ 17
Integer.toString(i) or
String.valueOf(i)
https://stackoverflow.com/questions/4105331/how-do-i-convert-from-int-to-string