+ 6
Getting integers out of string in java
Let's say there's a string: String a = "263test"; What is the proper way of getting 263 out of it as integer?
1 ответ
+ 1
Luka, not exactly what I wanted but that'll do)
thanks
Let's say there's a string: String a = "263test"; What is the proper way of getting 263 out of it as integer?