how to convert string to integer??

Posted by Codenotguru on Stack Overflow See other posts from Stack Overflow or by Codenotguru
Published on 2010-04-13T21:56:50Z Indexed on 2010/04/13 22:03 UTC
Read the original article Hit count: 345

Filed under:

how to convert string to integer??

for ex:

  • "5328764",to int base 10
  • "AB3F3A", to int base 16

any code will be helpfull

© Stack Overflow or respective owner

Related posts about string