${parseInt()}
Use ${groovy(Integer.parseInt( <expression>))} instead.
Evaluates the
Integer value of the specified EXPRESSION and returns it.
| Name | XPath | Description | Reagent Type | Expected Type | Required |
|---|---|---|---|---|---|
| EXPRESSION | descendant-or-self::text() | String expression representing an Integer. | PHRASE | java.lang.String | Yes |