LiveVariableValueToNullTerminatedString Method
Parses the value as a null-terminated string and converts it to a .Net string given the specified encoding.
Namespace: VisualGDBExtensibility.LiveWatchAssembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
public string ToNullTerminatedString(
int offset = 0,
int maxSize = 2147483647,
Encoding encoding = null
)
- offset Int32 (Optional)
- Offset, from the beginning of the actual value.
- maxSize Int32 (Optional)
- Maximum size to check. Defaults to the entire buffer.
- encoding Encoding (Optional)
- Encoding to use. Defaults to UTF-8.
String[Missing <returns> documentation for "M:VisualGDBExtensibility.LiveWatch.LiveVariableValue.ToNullTerminatedString(System.Int32,System.Int32,System.Text.Encoding)"]