Hexadecimal displayed instead of Integer

G

Guest

Hello all,

I have a c# project, while debugging I get the object values in Hexadecimal
format, how do I get it Integer format by default, in debugging mode.

I dont want to see it in Hexadecimal format.

do I have to make any setting in visual studio.net 2005

Thanks,
 
K

Kevin Spencer

In either the Quick Watch or any Watch Window, right click the window client
area and de-select "Hexadecimal Display" in the context menu.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 

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

Top