Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-26-2007, 10:48 PM
Member
 
Join Date: Nov 2007
Posts: 3
javaMike is on a distinguished road
convert string to a double?
i posted a recent issue about rounding a double to two decimal places...i was able to use the decimalformat class but the only hitch is it converts the number to a string which means i need to convert it back to a double.

i tried casting but its not permitted, is there another way to convert (cast) a string to a double?
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 11-27-2007, 12:23 AM
Member
 
Join Date: Nov 2007
Posts: 2
SFLeBrun is on a distinguished road
One possibility is to use the stringstream classes and read the string as if it is a character stream.
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 11-27-2007, 05:10 AM
Senior Member
 
Join Date: Nov 2007
Location: Newport, WA
Posts: 141
staykovmarin is on a distinguished road
Double.parseDouble(String s)
Double.valueOf(String s)
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I convert a decimal value to hexadecimal with double precision (64 bit) SKaur New To Java 7 01-12-2008 11:02 PM
Converting String to Double srini New To Java 1 12-24-2007 10:03 PM
type mismatch: cannot convert from double to float bugger New To Java 2 11-16-2007 03:24 PM
How to convert a string into a BigInteger valery New To Java 1 08-06-2007 10:36 PM
Help with convert a double type number trill New To Java 1 08-06-2007 10:48 AM


All times are GMT +3. The time now is 11:28 PM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org