Developer, Java Evangelist, extensively worked on Java, GWT, Flex, RIA technologies with enterprise frameworks. I have a privilege to conduct lot of Training/Coaching in Java Technologies, and to connect with real people.
Tuesday, March 9, 2010
Groovy String to Integer
Converting a String to Number
String nbrStr = "100" int i = nbrStr.toInteger() assert i==100
No comments:
Post a Comment