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:
31k questions
32.8k answers
501 comments
693 users