2016-06-14 112 views
0

而不是實際數字,0x000的存在於結果值顯示爲十六進制

在朋友的系統工作正常,但我得到這樣的結果

C# code Debug (Screen Shot)

Sql Server (Screen Shot)

+0

問題不夠明確得到答案/支持 –

+0

,請點擊鏈接,看到了屏幕截圖,我沒有權利尚未上傳直接圖像 –

+0

去這裏:http://stackoverflow.com/questions/3354453/visual-studio-debugger-displaying-integer-values-in-hex它應該幫助。你在十六進制中看到了每一個東西。 –

回答

1

正如所解釋的herehere您可以看到Hex中的值。在調試器控制檯

只需右鍵單擊並取消選中十六進制顯示。

,或當你只是在調試圖像上單擊如圖所示(從this answer提取):

enter image description here

+0

非常感謝,,,,,我不知道.... –