OpenBots convertit la chaîne en int

//String
myVariable = "1234"

//To Int
Int32.Parse(myVariable)
Healthy Hamerkop