Back
Given a number:
int number = 1234;
Which would be the "best" way to convert this to a string:
String stringNumber = "1234";
There are various ways:
30.9k questions
32.9k answers
500 comments
665 users