PegBegEndGetAsString Method |
Gets the referenced substring from the specified source text.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string GetAsString(
string src
)
Parameters
- src String
- The source text.
Return Value
StringThe referenced substring.
See Also