Click or drag to resize

PegCharParserInto(PegBaseParserMatcher, String) Method

[Missing <summary> documentation for "M:Altaxo.Main.PegParser.PegCharParser.Into(Altaxo.Main.PegParser.PegBaseParser.Matcher,System.String@)"]


Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool Into(
	PegBaseParserMatcher toMatch,
	out string into
)

Parameters

toMatch  PegBaseParserMatcher

[Missing <param name="toMatch"/> documentation for "M:Altaxo.Main.PegParser.PegCharParser.Into(Altaxo.Main.PegParser.PegBaseParser.Matcher,System.String@)"]

into  String

[Missing <param name="into"/> documentation for "M:Altaxo.Main.PegParser.PegCharParser.Into(Altaxo.Main.PegParser.PegBaseParser.Matcher,System.String@)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Main.PegParser.PegCharParser.Into(Altaxo.Main.PegParser.PegBaseParser.Matcher,System.String@)"]

See Also