Hexadecimal displayed instead of Integer

  • Thread starter Thread starter Guest
  • Start date Start date
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,
 
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
 
Back
Top