how to put a number in a string into an integer?

st as string
int as integer

st="205"

how to put st in int?