Method Insert
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
Insert(string, bool)
When implemented by a class, inserts the given string at the specified location.
bool Insert(string text, bool withChange = false)
Parameters
text
stringThe text to insert.
withChange
boolIndicates if the change needs to be translated to the parser.
Returns
- bool
True if the method succeed; otherwise false.