I have the following simple variable, set to 1 in Visual Studio C#. When I view intellisense of test it shows as 0x00000001. Back a few years ago, from schoool, if I remember correctly this is the decimal/binary representaion of the number. I can't remember. Anyway is there a setting to get it back to the normal view of when it is 1 it is displayed as 1. Probably a stupid question!
int test = 1;