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,

Re: Hexadecimal displayed instead of Integer by Kevin

Kevin
Wed Apr 18 11:31:58 CDT 2007

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

"Ibrahim." <Ibrahim@discussions.microsoft.com> wrote in message
news:0CCA2B69-2D47-4F61-9A51-CAEC34FE32C7@microsoft.com...
> 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,
>
>