PDA

Click to See Complete Forum and Search --> : Please help!!


nievesj
Dec 6th, 2000, 01:50 PM
Is there a function in JAVA to change types?, like if i have a string ='123' i use the Val(string) in VB and i get 123, is there such function in java?



[Edited by nievesj on 12-06-2000 at 04:52 PM]

CyberSurfer
Dec 6th, 2000, 03:21 PM
Integer.parseInt(string);