Click or drag to resize

FileLoaderIsBinaryFile Method

Determines whether the loaded file is treated as binary.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool IsBinaryFile()

Return Value

Boolean
true if the file is binary; otherwise, false.
See Also