Nicht tostring () auf den primitiven Typ int aufrufen

int foo = 12345;
String foo_String = Integer.toString(foo);
Jolly Jaguar