hex to int conversion

S

Shiva

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
 
K

Kevin Yu [MSFT]

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."
 
S

Shiva

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."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top