Table of Contents

Method Insert

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

Insert(string, bool)

Inserts the given string at the specified location.

public virtual bool Insert(string text, bool withChange = false)

Parameters

text string

The text to insert.

withChange bool

Indicates if the change needs to be translated to the parser

Returns

bool

True if the method succeed; otherwise false.