Click or drag to resize

PegByteParserInto Method

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