OpenBots Convert Int ke String

//Int
myVariable = 1234

//To String
myVariable.ToString()
Healthy Hamerkop