Method LoadFile
LoadFile(string)
When implemented by a class, load text content from the specified file.
string LoadFile(string fileName)
Parameters
fileName
stringFile name that contains text to load.
Returns
- string
String representation of the file.