0

Instead of actual numbers, 0x000 are present in the result

Works fine in friend's system, but I get this result

C# code Debug (Screen Shot)

Sql Server (Screen Shot)

Miquel Coll
  • 759
  • 15
  • 49
Arun Prasad E S
  • 9,489
  • 8
  • 74
  • 87

1 Answers1

1

As explained here and here you are seeing the values in Hex.

Just right-click in the debugger console and uncheck hexadecimal display.

Or whenever you are debugging just click as shown on the image (extracted from this answer):

enter image description here

Community
  • 1
  • 1
Miquel Coll
  • 759
  • 15
  • 49