Click or drag to resize

PegNodeGetAsString Method

Gets the matched source text for this node.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual string GetAsString(
	string s
)

Parameters

s  String
The full source text.

Return Value

String
The matched source text.
See Also