Click or drag to resize

FileLoader Constructor

Initializes a new instance of the FileLoader class.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public FileLoader(
	EncodingClass encodingClass,
	UnicodeDetection detection,
	string path
)

Parameters

encodingClass  EncodingClass
The expected encoding class.
detection  UnicodeDetection
The Unicode detection mode.
path  String
The file path.
See Also