hex int and string



hello i have a problem

i have this

str = 'D3'
and i need to trasform in 0xd3 type int and not type string how i can
do this?
if i do
hex(int(str,16) ) i obtain a string and this is not what i need.

thanks Luca
.



Relevant Pages

  • String
    ... "ID" of type Int ... "Product" of type String ... Dim items As Generic.List ... remove the last comma. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: hex int and string
    ... and i need to trasform in 0xd3 type int and not type string how i can ... http://www.mbthome.net/ mbt shoes ...
    (comp.lang.python)
  • Re: hex int and string
    ... str = 'D3' ... and i need to trasform in 0xd3 type int and not type string how i can ...
    (comp.lang.python)
  • Re: handling large character arrays
    ... character, allocatable:: char ... character, allocatable:: str ...
    (comp.lang.fortran)