PegByteParserInto(PegBaseParserMatcher, Byte) Method |
Captures the bytes matched by the specified matcher.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Into(
PegBaseParserMatcher toMatch,
out byte[] into
)
Parameters
- toMatch PegBaseParserMatcher
- The matcher to execute.
- into Byte
- Receives the matched bytes.
Return Value
Booleantrue if the match succeeds; otherwise,
false.
See Also