Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Val statment

  Asked By: Aysel    Date: Dec 02    Category: Java    Views: 464
  

I would like to know can we use Val statement in J# like
VB6.0/VB.net
textBox1.text = Val(textBox2.text) * Val(textBox3.text)

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Jarrod Williams     Answered On: Dec 02

no
you can use
String s1 = "50
int i = Integer.parseInt(s1);

 
Didn't find what you were looking for? Find more on Val statment Or get search suggestion and latest updates.




Tagged: