File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes Force string to convert to long Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Force string to convert to long" Watch "Force string to convert to long" New topic
Author

Force string to convert to long

Maja Gralewska
Ranch Hand

Joined: Sep 26, 2008
Posts: 92
Hi,

Is there a way to convert a decimal(12.4) string to a long? I have searched google and can't seem to find any examples of this, i know long is a whole number but is there a way to convert it anyway??

Thanks


Potrzeba jest matka wynalazków
Uli Hofstoetter
Ranch Hand

Joined: Nov 24, 2006
Posts: 57
Hi,

convert it to a Double and then to a long.

Example:


For detail, check out the Double API doc.

Regards,
Uli


SCEA5, Certified ScrumMaster
Maja Gralewska
Ranch Hand

Joined: Sep 26, 2008
Posts: 92
Thanks Uli
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Force string to convert to long
 
Similar Threads
convert long or String to Number
String to Long
hashCode
Looking for text matching algorithm /patterns
convert a String to Long