MercurialCommandHookDataStructureBase.

ParseValue(string, int) Method

Summary

Parses the value at the given position and returns it.

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.