Skip to Content
0
Former Member
May 17, 2010 at 11:45 AM

java.lang.NumberFormatException: For input string: "- 10.00"

1053 Views

Hi,

I am having a problem in my scenario RFC to Oracle SP. One value is comming as 10.00- and I convert it to -10.00. But whe I do this my value gets - 10.00. with a space between - and 10.00. This causes a problem when inserting. It throws an exception.

Anybody know how I can solve this problem?