Click or drag to resize

PegBaseParserGetProperties Method

Gets the file loading properties expected by the parser.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual void GetProperties(
	out EncodingClass encoding,
	out UnicodeDetection detection
)

Parameters

encoding  EncodingClass
Receives the expected encoding class.
detection  UnicodeDetection
Receives the Unicode detection strategy.
See Also