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.
Namespace: VisualGDBExtensibility.LiveWatchAssembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
byte[] Parse(
string value
)
- value String
- The variable value entered by the user.
ByteThe raw variable value ready to be passed to
SetValue(Byte).