NSA
sudo apt-get thefuckout.tar.gz
- Dec 9, 2011
- 715
- 86
Hello,
I am working with a few variables and I need help with Data Type conversions.
I need to work with a statement looking something like this:
If txtHouseNum = String Then
txtHouseNum = Convert.ToInt64(txtHouseNum)
End If
But I am aware = String isn't valid.
Is there any valid way I can put this into Visual Basic?
Thanks,
Western.
I am working with a few variables and I need help with Data Type conversions.
I need to work with a statement looking something like this:
If txtHouseNum = String Then
txtHouseNum = Convert.ToInt64(txtHouseNum)
End If
But I am aware = String isn't valid.
Is there any valid way I can put this into Visual Basic?
Thanks,
Western.