OpenBots convert String to Int

Code Example - OpenBots convert String to Int

                
                        //String
myVariable = "1234"

//To Int
Int32.Parse(myVariable)