FileLoaderLoadFile(String) Method |
Loads the file as text.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool LoadFile(
out string src
)
Parameters
- src String
- The loaded text.
Return Value
Booleantrue if the file could be loaded as text; otherwise,
false.
See Also