Method Insert
Insert(string, bool)
When implemented by a class, inserts the given string at the specified location.
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.