How do i use a textfield input as a number?

i want to know how do i use a input in the textfield as a numeric value and not as text, for retrieving the text i would do

myvar = mytextfield.text

but if i want to retrieve the data as a operable number how can i do it?, i tried

myvar = mytextfield.int
or
myvar = mytextfield.number

either of them worked so i really need help with that thx =)