Insert Method
Insert(String, Boolean)
Inserts the given string at the specified location.
Declaration
public virtual bool Insert(string text, bool withChange = false)
Parameters
Type | Name | Description |
---|---|---|
String | text | The text to insert. |
Boolean | withChange | Indicates if the change needs to be translated to the parser |
Returns
Type | Description |
---|---|
Boolean | True if the method succeed; otherwise false. |