Convert string to number

I know how to convert a number to a string (ToString()) but I’m wondering if there’s a similar way to convert strings to numbers…?

Nevermind, I found the ‘ToNumber()’ function finally (was searching ‘integer’ instead, which is why I didn’t see it before).