Click or drag to resize

PegBegEndGetAsString Method

Gets the referenced substring from the specified source text.

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

Parameters

src  String
The source text.

Return Value

String
The referenced substring.
See Also