I have a String that represents an integer value and would like to convert it to an int. Is there a groovy equivalent of Java’s Integer.parseInt(String)?

13 Answers
13

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *