Debugger2::HexDisplayMode Property

 

Gets or sets a value indicating whether the expressions are output in hexadecimal or decimal format.

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

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

Property Value

Type: System::Boolean

A Boolean that is true if hexadecimal format; otherwise, false.

Use this property to determine or set whether expressions are output in hexadecimal or decimal format. It 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: