LoadFile Method
LoadFile(String)
When implemented by a class, load text content from the specified file.
Declaration
public virtual string LoadFile(string fileName)
Parameters
Type | Name | Description |
---|---|---|
String | fileName | File name that contains text to load. |
Returns
Type | Description |
---|---|
String | String representation of the file. |