Click or drag to resize

FileLoaderLoadFile(String) Method

Loads the file as text.

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

Parameters

src  String
The loaded text.

Return Value

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