PegCharParserInto(PegBaseParserMatcher, Int32) Method |
Captures the text matched by the specified matcher and converts it to an integer.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Into(
PegBaseParserMatcher toMatch,
out int into
)
Parameters
- toMatch PegBaseParserMatcher
- The matcher to execute.
- into Int32
- Receives the converted integer.
Return Value
Booleantrue if the match and conversion succeed; otherwise,
false.
See Also