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
How do you sign out from forms authentication?
What symbol specifies the beginning of a query string?
What are the different types of validation controls in asp.net?
What are the features of asp.net mvc?
What is the significance of ASP.NET routing?
How do cookies work?
What is query string in asp.net?
What is the equivalent of date() and time() in asp.net?
What is the file through which you can customize your asp.net application?
Explain automatic memory management in .net.
Explain significance of routing? : asp.net mvc
What is class and object in asp.net?
What are the differences between primary foreign and unique keys?
Web API uses which library for JSON serialization?
What is the size of Get method and how much data it can store?