Convertir de Integer en chaîne vb

CStr
Example: 
num = 1 + 3
string = CStr(num)
string = "4"
Wrong Weasel