Method Insert
Insert(string, bool)
Inserts the given string at the specified location.
public virtual bool Insert(string text, bool withChange = false)
Parameters
textstringThe text to insert.
withChangeboolIndicates if the change needs to be translated to the parser
Returns
- bool
True if the method succeed; otherwise false.