SyntaxFix
Write A Post
Hire A Developer
Questions
It's not a good way.
When doing conversion from int to string, this should be used:
int i = 5; String strI = String.valueOf(i);