[65,98]09-19 15:26:29.452 19498-19498/co.helpdesk.faveo.pro W/System.err: java.lang.NumberFormatException: For input string: "65,98"
09-19 15:26:29.453 19498-19498/co.helpdesk.faveo.pro W/System.err: at java.lang.Integer.parseInt(Integer.java:521)
09-19 15:26:29.453 19498-19498/co.helpdesk.faveo.pro W/System.err: at java.lang.Integer.parseInt(Integer.java:556)
can anyone tell me how to convert this into an integer? I am getting this as 65,98 but it is telling me number format exception,
Please tell me how to solve this problem.