OpenBots convert String to Int

49

OpenBots convert String to Int -

//String
myVariable = "1234"

//To Int
Int32.Parse(myVariable)

Comments

Submit
0 Comments