hex to int conversion

  • Thread starter Thread starter Bern
  • Start date Start date
To hex string: Int32.ToString ("X")
From hex string: Int32.Parse (<hex string>, NumberStyles.HexNumber)

HTH

is there some way to convert a hex string to an int and vice versa
 
Hi Shiva,

I'd like to know if this issue has been resolved yet. Is there anything
that I can help. I'm still monitoring on it. If you have any questions,
please feel free to post them in the community.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Hi,
I am not the original poster :-) I just responded to that question :-) :-)

Hi Shiva,

I'd like to know if this issue has been resolved yet. Is there anything
that I can help. I'm still monitoring on it. If you have any questions,
please feel free to post them in the community.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top