DefaultExcelFileParserIsFileCompatible Method |
Determines whether the specified file is compatible with parser.
Implementations is based on fileName analysis.
Namespace:
Packflow.Interface.FileParsing
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax public override bool IsFileCompatible(
Stream file,
string fileName
)
Parameters
- file
- Type: System.IOStream
The file. - fileName
- Type: SystemString
Name of the file.
Return Value
Type:
BooleanSee Also