Method InsertFromFile
InsertFromFile(string)
Inserts the file text content at the specified location.
public virtual bool InsertFromFile(string fileName)
Parameters
fileName
stringName of file to load text from.
Returns
- bool
True if the method succeed; otherwise false.