ILiveWatchFormatterParse Method

Converts a user-entered string to the value that can be written to memory. Used when editing the live watch values via GUI.

Definition

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

Parameters

value  String
The variable value entered by the user.

Return Value

Byte
The raw variable value ready to be passed to SetValue(Byte).

See Also