java - method to convert from a string to an int -
possible duplicate:
converting string int in java
i trying write method returns int string variable. method is:
public int returnint(string s) { }
you can use integer.valueof(string) this
Comments
Post a Comment