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