Hi all,
Can someone help me with this simple question i have ?
I have a field with a decimal, and i want to parse it to a Double.
But because the delimiter is , and not . it fails.
This smal code represents what i want:
This will throw a NumberFormatException because of the ,
So how can i do this in i nice way, without it fails with.
And i don't want to use String replaceAll(arg0, arg1), if i can avoid it.
Best Regard
Cemil
[ February 13, 2007: Message edited by: Cemil Ozdemir ]