Convert String to Integer or intBy neokrates, written on April 14, 2010 |
groovy snippet |
- neokrates
- Email: uwarov@yahoo.com
- Website: http://www.thinkplexx.com
- Join date: 05-31-09
- Posts: 20
Rate it
Ad
Poll
What are the 3 most important SCM/VCS features for you?
- Something else (80%, 8 Votes)
- Simplicity (20%, 2 Votes)
- Short learning curve (10%, 1 Votes)
- Open-source (10%, 1 Votes)
- Speed (10%, 1 Votes)
- Bug-free (solve code problems, not SCM) (10%, 1 Votes)
- Distribution (0%, 0 Votes)
- Established SCM with large community (0%, 0 Votes)
- Cross-platform (works the same way for many OS's) (0%, 0 Votes)
- Number of capabilities and commands, more is better (0%, 0 Votes)
- Centralization (0%, 0 Votes)
Total Voters: 10
Loading ...
Most popular search terms:
Convert String to Integer or int in Groovy
String intValStr="10" int intVal = intValStr as int Integer intVal1 = intValStr as int println(intVal+","+intVal1) String floatValStr="10.1" float floatVal = floatValStr as float Float floatVal1 = floatValStr as float println(floatVal+","+floatVal1)
|
TAGS
|
|
SOCIAL
|



















