Visual Basic 2010 Help?

Status
Not open for further replies.

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.
 

Satan

Professional Pornstar
Aug 27, 2011
266
106
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.
PM me, i can help.
 
Status
Not open for further replies.

Users who are viewing this thread

Top