Initializes a new instance of the
FileLoader class.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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