Google 闭包中是否有等价于 parseInt() 的东西?

Is there an equivalent of parseInt() in Google Closure?

我想使用 Google Closure Library 中提供的所有好东西。其中一些不是那么方便。例如 goog.date.Date 与 JavaScript 的自然 Date() 不兼容。

我想知道是否有类似 parseInt() 的东西可以将字符串解析为数字。我检查了 goog.math 但找不到。

这是您要找的吗? https://google.github.io/closure-library/api/goog.string.html#parseInt