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