Table of Contents

Method ParseToString

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

ParseToString(int)

Perform lexical analysis of specified strings.

public virtual void ParseToString(int index)

Parameters

index int

Index of the last string to parse.

Remarks

Method parses string collection from the last parsed string to the string specified by Index parameter.