ASP Programming Question:
Download Questions PDF

How do you convert a string into an integer in .NET?

Answer:

Int32.Parse( string)

Download ASP Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What is the difference between the value-type variables and reference-type variables in terms of garbage collection?how do you box a primitive data type variable?