Summary
Parses the value at the given position and returns it.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Hooks - Containing Type
- Mercurial
Command Hook Data Structure Base
Syntax
protected object ParseValue(string optionsCombined, ref int index)
Parameters
| Name | Type | Description |
|---|---|---|
| optionsCombined | string | The string in which to parse a value. |
| index | int | The position in optionsCombined to parse a value. |
Return Value
| Type | Description |
|---|---|
| object |
The parsed value, which can be null, a string, or an array of strings.
|