How to convert a string into an Integer in ASP.net?

Answers were Sorted based on User's Feedback



How to convert a string into an Integer in ASP.net?..

Answer / bpl basant (from delhi)

int a = Convert.Int32("String");

or

int a = Int.Parse("String");

Is This Answer Correct ?    0 Yes 0 No

How to convert a string into an Integer in ASP.net?..

Answer / sunny

(Convert.ToInt32(MyString)

Is This Answer Correct ?    8 Yes 11 No

Post New Answer

More ASP.NET Interview Questions

Does google crawl redirects?

0 Answers  


What is a session in programming?

0 Answers  


What is inproc and outproc?

0 Answers  


Name the control which can be used to reserve the space on web page for storing localized data.

3 Answers   IBM,


What is true about application service provider?

0 Answers  


What is request and response in asp.net?

0 Answers  


What is the difference between a.Equals(b) and a == b?

4 Answers  


What are the different types of caching ?

1 Answers  


Is asp.net a programming language?

0 Answers  


What is the use of Administration tool in Asp.net 2.0?

2 Answers  


when to use webservice and when to use remotong diff between them

3 Answers  


How To Send Value one page to Another Page On MasterMenu Click ? please Tell Me!

3 Answers   Accenture,


Categories