Re: How to covert String("6,400.0") to Double ?
- From: Roedy Green <look-on@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 28 Jul 2005 10:58:14 GMT
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
.
- Follow-Ups:
- Re: How to covert String("6,400.0") to Double ?
- From: moon_ils-se
- Re: How to covert String("6,400.0") to Double ?
- References:
- How to covert String("6,400.0") to Double ?
- From: moon_ils-se
- How to covert String("6,400.0") to Double ?
- Prev by Date: Re: Connect to Web interface to process data
- Next by Date: Re: how to fill the string to length = 256
- Previous by thread: Re: How to covert String("6,400.0") to Double ?
- Next by thread: Re: How to covert String("6,400.0") to Double ?
- Index(es):
Relevant Pages
|