Method Insert
Insert(string, bool)
Inserts the given string at the specified location.
public virtual 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.