Click or drag to resize

FileLoaderLoadFile(Byte) Method

Loads the file as binary data.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool LoadFile(
	out byte[] src
)

Parameters

src  Byte
The loaded bytes.

Return Value

Boolean
true if the file could be loaded as binary data; otherwise, false.
See Also