LoadFile Method
LoadFile(String)
When implemented by a class, loads the contents of a text file into Text
property.
Declaration
bool LoadFile(string filePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | filePath | Represents name of file on disk. |
Returns
Type | Description |
---|---|
System.Boolean | True if succeed; otherwise false. |