OpenBots convert Int to String

Code Example - OpenBots convert Int to String

                
                        //Int
myVariable = 1234

//To String
myVariable.ToString()