i have an integer value which created with rand() function. I want to show this integer in Textbox about my Form Application. But i have an error like " cannot convert 1 to system::string^ " . I want to convert int to String , but i don't know which function i must use.