SyntaxFix
Write A Post
Hire A Developer
Questions
string str = intVar.ToString();
In some conditions, you do not have to use ToString()
ToString()
string str = "hi " + intVar;