9
Answers

How to convert int to string

Ask a question
Drew Taylor

Drew Taylor

18y
7.9k
1

How do I convert an int to a string, for example if a variable  is declared as an int and it needs to take user input. I need to convert it so that the user can enter a value. Then I need to do some calulations on the value entered by the user. I know you have to user int 32 parse but I don't know how and where to put it


Answers (9)