Table of Contents

Method LoadFile

Namespace
Alternet.Syntax.Parsers.Roslyn
Assembly
Alternet.Syntax.Parsers.Roslyn.v9.dll

LoadFile(string, Encoding)

Loads the contents of the specified file with specified encoding.

public override bool LoadFile(string fileName, Encoding encoding)

Parameters

fileName string

Name of file to load text.

encoding Encoding

Specifies the character encoding to use.

Returns

bool

True is succeed; otherwise false.