Re: How to covert String("6,400.0") to Double ?
- From: <moon_ils-se@xxxxxxxxxxxx>
- Date: Fri, 29 Jul 2005 10:40:42 +0800
test_double.java:10: Method parseDouble(java.lang.String) not found in class
jav
a.lang.Double.
t = Double.parseDouble("-12000.001");
Compile error on java version "1.1.3". it is ok on java version
"Roedy Green" <look-on@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:niehe19897ugkrs21mb3de75othpdv97e4@xxxxxxxxxx
> On Thu, 28 Jul 2005 16:07:47 +0800, <moon_ils-se@xxxxxxxxxxxx> wrote
> or quoted :
>
> > double a = 23.0;
> > format = "23.0";
> > a = Double.parseDouble(format,10);
> > return a;
> > }
> for all your conversion problems consult
> http://mindprod.com/applets/converter.html
>
> --
> Bush crime family lost/embezzled $3 trillion from Pentagon.
> Complicit Bush-friendly media keeps mum. Rumsfeld confesses on video.
> http://www.infowars.com/articles/us/mckinney_grills_rumsfeld.htm
>
> Canadian Mind Products, Roedy Green.
> See http://mindprod.com/iraq.html photos of Bush's war crimes
.
- References:
- How to covert String("6,400.0") to Double ?
- From: moon_ils-se
- Re: How to covert String("6,400.0") to Double ?
- From: Roedy Green
- How to covert String("6,400.0") to Double ?
- Prev by Date: Re: Null pointer exception
- Next by Date: Server to server = Server client to server?
- Previous by thread: Re: How to covert String("6,400.0") to Double ?
- Next by thread: Runtime.exec() problem (jdk1.3.1+rh7, jdk1.4.2+rh9)
- Index(es):
Relevant Pages
|