Click or drag to resize

PegBaseParserTreeCharsWithId(Int32, PegBaseParserMatcher) Method

Matches character data and stores it using the specified node identifier.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool TreeCharsWithId(
	int nId,
	PegBaseParserMatcher toMatch
)

Parameters

nId  Int32
The node identifier.
toMatch  PegBaseParserMatcher
The matcher to execute.

Return Value

Boolean
true if the match succeeds; otherwise, false.
See Also