Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-JSR-5
-
None
Description
It would be nice to be able to write
a.b.c.toInteger()
rather than
a.b.c.text().toInteger()
We should support
toInteger()
toLong()
toFloat()
toDouble()
toBigInteger()
toBigDecimal()
toBoolean()
toURL()
toURI()