in My C# integer value not show integer Value it showing hexa value.?
-
in My C# integer value not show integer Value it showing hexa value. my Code:- int i=16; but it show:- 0x00000010 how i resolved from this problem.Please help Me. Thanks
Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com
-
in My C# integer value not show integer Value it showing hexa value. my Code:- int i=16; but it show:- 0x00000010 how i resolved from this problem.Please help Me. Thanks
Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com
your question is not clear... where is it showing hexa value.... you are declaring int i = 16; are you displaying or reassigning it some where else....
Padmanabhan
-
in My C# integer value not show integer Value it showing hexa value. my Code:- int i=16; but it show:- 0x00000010 how i resolved from this problem.Please help Me. Thanks
Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com
-
Click on the 'Hex' button under Debug toolbar group in the Visual Studio 2005/2008 toolsbar section
a Lots of Thanks For Help:rose:
Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com