How do you read through a string in VB, and copy portions into another variable

eg

given the string "Name___:Helen No.___:1234"


how do you put, lets say recst.name="Helen" and recst.num="1234" (recst is just a recst)