Method ParseToString
ParseToString(int)
Perform lexical analysis of specified strings.
public virtual void ParseToString(int index)
Parameters
indexintIndex of the last string to parse.
Remarks
Method parses string collection from the last parsed string to the string specified by Index parameter.