Verarbeitungszeichenfolge zu int int
String s = "1";
int i = Integer.parseInt(s);
earthstorm16
String s = "1";
int i = Integer.parseInt(s);