Method LoadFile
- Namespace
- Alternet.Syntax.Parsers.TypeScript
- Assembly
- Alternet.Syntax.Parsers.TypeScript.v10.dll
LoadFile(string, Encoding)
Loads the contents of the specified file with specified encoding.
public override bool LoadFile(string fileName, Encoding encoding)
Parameters
fileNamestringName of file to load text.
encodingEncodingSpecifies the character encoding to use.
Returns
- bool
True is succeed; otherwise false.