IT칼럼/JAVA
Java - String to Integer
VanDevKIM
2019. 4. 19. 08:38
1. Integer.parseInt()
String number = "10"; |
output
10 |