You can use the static method:
String.valueOf(number)
Or
new Integer(number).toString();
1
solved How do I store a int in a String? [duplicate]
You can use the static method:
String.valueOf(number)
Or
new Integer(number).toString();
1
solved How do I store a int in a String? [duplicate]