How do you convert string to integer in VBNet? |
Answer
Hi,
Assume you have stored "12" to variable A. If you want to convert this to numric VAL(A) will return 12.00, and you can convert this into integer as int(val(A)).
hope this helps
First answer by Rohiniskumar. Last edit by Rohiniskumar. Contributor trust: 121 [recommend contributor]. Question popularity: 11 [recommend question]
|
Research your answer: |
Can you answer other
questions about programming?


