Windows Live
Microsoft ISV
Visual FoxPro
Visual C#
VS Express Editions
Visual Basic
Visual Studio
Game Technologies
SQL Server
Architecture
VS Team System
.NET Development
Visual J#
Windows Forms
Windows Vista
Software Development Network>> VS Express Editions>> How to Convert a string to an Integer?
How to Convert a string to an Integer?
Hot Topic
Translating Basic into SQL starments
How do I remove items with certain characteristics from a ListBox?
How to program a Stop button?
Can't get activation key for VB Express Beta 2
Error after deployment
I don't see any projects to choose from - VWDBeta2
How to display and write text file in TextBox?
Starter Kit won´t start
Aspx files not working
How to publish
VS Express Editions
Which Data Type??
Express Version limitations
Header Problems
Events and loss of control indexing
Intellectual Question??
i can't install
VB 2005 Express and game programming
Access modifier confusion!
Determining When The User Has Closed A Form By Clicking The 'X' or From The Control Menu
Snapped windows?
How to Convert a string to an Integer?
Hey, I’m new in VB and I want to know how can I convert a String to an Integer , well thanks!!
Answer this question
How to Convert a string to an Integer?
John P Murphy
Ok, thanks.
princess275
dim a as string = "5"
dim b as integer = cint(a)
How to Convert a string to an Integer?
Answer this question
How to Convert a string to an Integer?
John P Murphy
princess275
dim b as integer = cint(a)