The Artima Developer Community
Sponsored Link

Java Answers Forum
i need help please

1 reply on 1 page. Most recent reply: Apr 6, 2002 5:47 PM by Matt Gerrans

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
patrick

Posts: 23
Nickname: patrick
Registered: Mar, 2002

i need help please Posted: Apr 6, 2002 3:54 PM
Reply to this message Reply
Advertisement
hi,
i need to convert a string to a 64-bit format and then compare different format together can i do that ?
what are the functions?


Matt Gerrans

Posts: 1153
Nickname: matt
Registered: Feb, 2002

Re: i need help please Posted: Apr 6, 2002 5:47 PM
Reply to this message Reply
If you mean convert a String to 64-bit integer format, then you can use Long.parseLong( String ).

Flat View: This topic has 1 reply on 1 page
Topic: Need min w/o it including the 0 I use to quit Previous Topic   Next Topic Topic: Java application

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use