Click or drag to resize

PegCharParserInto Method

Overload List
 NameDescription
Public methodInto(PegBaseParserMatcher, PegBegEnd) Captures the source range matched by the specified matcher.
Public methodInto(PegBaseParserMatcher, Double) Captures the text matched by the specified matcher and converts it to a double.
Public methodInto(PegBaseParserMatcher, Int32) Captures the text matched by the specified matcher and converts it to an integer.
Public methodInto(PegBaseParserMatcher, String) Captures the text matched by the specified matcher.
Top
See Also