Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

String to Integer

Status
Not open for further replies.

Madere

Technical User
Apr 14, 2003
85
GB
Hi,
I have a quiestion.
I have a string containing a number: for instance "33".
I want to place this in an integer.
How can I do this?
Thanks,
Madere.

 
Palbano,

thanks that works (of course).

Is there a website where I can download C# documentation about all classes etc just the same with JavaDocs?

Regards,
Madere.
 
I am looking more for documentation to downlaod and install on my computer.

Madere.
 
Sorry - you'll need to buy the Visual Studio product for that. Or use a tool like SiteSnagger to download the entire MSDN site (a huge task!). You won't have any search capabilities, though.

Or you can subscribe to one of the MSDN programs - they're pretty reasonable for what you get.

Chip H.
 
Download .NET SDK. It's free and has the complete documentation.

By the way System.Int32.Parse is equivalent to int.Parse.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top