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