ILiveWatchFormatterFormatValue Method

Translates the raw variable value into a user-friendly string. Used when showing the valeu in the Live Watch window.

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
string FormatValue(
	byte[] value
)

Parameters

value  Byte
The raw variable value.

Return Value

String
The user-friendly value (e.g. 0x100 or 256)

See Also