Debugger::HexDisplayMode Property

 

Gets or sets whether expressions are output in hexadecimal or decimal format.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

property bool HexDisplayMode {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if hexadecimal format, otherwise false.

Use HexDisplayMode to determine or set whether expressions are output in hexadecimal or decimal format. HexDisplayMode directly corresponds to the setting in the General, Debugging, Options Dialog Box.

See Expressions in the Debugger for more information.

The following example demonstrates how to use the HexDisplayMode property.

No code example is currently available or this language may not be supported.
Return to top
Show: