+ 2

hy

how to convert numeric String to int in Java? 

18th Apr 2017, 4:12 PM
IBRAHIM SULE UDI 🇳🇬
IBRAHIM SULE UDI 🇳🇬 - avatar
1 Réponse
+ 10
int x=Integer.parseInt(varName);//varName is variable name of the String which carries numeric data
18th Apr 2017, 4:14 PM
Meharban Singh
Meharban Singh - avatar