ASP Programming Question:
How do you convert a string into an integer in .NET?
Answer:
Int32.Parse( string)
Previous Question | Next 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? |