Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by prakswinner

  1. prakswinner

    Type Casting

    Hi Rob, u can convert a string to int using the way suggested by Stijn147, but it will be better if u put it in a try-catch block, as it can throw NumberFormatException. The more complete way thus is:- try{ int intIntegerForm = Integer.parseInt(strStringForm); }catch(NumberFormatException...

Part and Inventory Search

Back
Top