PegBaseParserGetProperties Method |
Gets the file loading properties expected by the parser.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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