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

Answer Posted / guest

by two ways u can do that
1.

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

2.

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

Is This Answer Correct ?    100 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is redirecting behavior?

517


Difference between overriding and overloading?

696


What is _viewstart?

499


How do you deploy your asp.net application?

528


What are the advantages and disadvantages of session?

657






What are the differences between clr & cts?

527


When Cookies are expired in ASP.NET?

569


What is data binding in asp net?

581


Explain Areas in MVC?

639


When does a session actually start?

561


what is silver light when will we use silver light,

1434


Where is cookie used in asp.net?

571


Explain how is a property designated as read-only?

541


What types of data validation events are commonly seen in the client-side form validation?

556


What is the advantage of mvc over asp.net? : Asp.Net MVC

494