Casting:

CType(oggetto,conversione)

Esempio

Dim str as String = "1"
Dim num as Int32 = Ctype(str, Int32)

Oppure

DirectCast()