如何将 String 转换为 int 并在其上调用方法?

How to convert String to int and call method on it?

我试图将我的 String 转换为 int,但我的代码总是崩溃。

代码如下:

String age = getAge();
CalculateDaysSinceBirth((int) age);

但是我得到了 NumberFormatException

尝试使用 [=e10=] 而不是 (int) age