Method ParseToString
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
ParseToString(int)
When implemented by a class, perform lexical analysis of specified strings.
void ParseToString(int index)
Parameters
index
intIndex of the last string to parse.
Remarks
Method parses string collection from last parsed string to the string specified by Index parameter.