views:

96

answers:

1

I have a c# code snippets where i am creating a list of my custom class objects.When i am taking the count of that,its showing me a hexadecimal value in the quickwatch window.

alt text

But if i type listItemCount.ToStrin(), i am getting the proper value as output (ie : 50061)

Any idea how to correct this ?

+10  A: 

Right click the Watch Window and deselect the Hexadecimal Display of values.

João Angelo