How to convert hex string to integer?

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-04-14T11:00:45Z Indexed on 2010/04/14 11:13 UTC
Read the original article Hit count: 127

Filed under:
|
|

how to convert

x = "0x000000001" # hex number format

to y = "1"

thanks

© Stack Overflow or respective owner

Related posts about python

Related posts about beginner