Set Radix Command
Visual Studio 2015
For the latest documentation on Visual Studio 2017, see Visual Studio 2017 Documentation.
For the latest documentation on Visual Studio 2017, see Set Radix Command on docs.microsoft.com. Sets or returns the numeric base used to display integer values.
Debug.SetRadix [10 | 16 | hex | dec]
10 or 16 or hex or dec
Optional. Indicates decimal (10 or dec) or hexadecimal (16 or hex). If an argument is omitted, then the current radix value is returned.
This example sets the environment to display integer values in hexadecimal format.
>Debug.SetRadix hex
Visual Studio Commands
Command Window
Find/Command Box
Visual Studio Command Aliases
Show: