ILiveWatchFormatterFormatValue Method
Translates the raw variable value into a user-friendly string. Used when showing the valeu in the Live Watch window.
Namespace: VisualGDBExtensibility.LiveWatchAssembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
string FormatValue(
byte[] value
)
- value Byte
- The raw variable value.
StringThe user-friendly value (e.g.
0x100 or
256)