There is an option in the Visual Studio debugger to show all integral values – including byte
– in hexadecimal.
Right click in one of the debugger display windows (like Locals or Watch) and unselect Hexadecimal Display in the content menu.
solved how to convert hexadecimal byte value to decimal in c# [closed]