I am trying to convert a string to Integer/Float/Double
but I got a NumberFormatException
.
My String is 37,78584
, Now I am converting this to any of them I got NumberFormatException
.
How can I convert this string
to any of them.
Please help me to get out of this problem.