Method LoadFile
LoadFile(string, Encoding)
Loads the contents of the specified file with specified encoding.
public override bool LoadFile(string fileName, Encoding encoding)
Parameters
fileName
stringName of file to load text.
encoding
EncodingSpecifies the character encoding to use.
Returns
- bool
True is succeed; otherwise false.