How to convert a string into an Integer in ASP.net?
Answer Posted / bpl basant (from delhi)
int a = Convert.Int32("String");
or
int a = Int.Parse("String");
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is asp.net easy to learn?
Can you set which type of comparison you want to perform by the comparevalidator control?
Elaborate differentiation between Cache and Application?
Can you dynamically assign a Master Page?
Differentiate between namespace and assembly.
What is Cookies Less Session?
What are the various types of cookies in asp.net?
What is asp.net introduction?
How do you implement sql caching in asp.net?
How do we sort the data from a dataset?
Name some asp objects?
Can you use c# without .net?
Which Is Faster MVC or ASP.net ?
What is difference between session and cookies in asp net?
What is form method?