Convert int to string?

string myString = myInt.ToString();

Leave a Comment