DefaultExcelFileParserParseFile Method |
Parses the file in stream, using given text separator.
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 string ParseFile(
Stream file,
string separator
)
Parameters
- file
- Type: System.IOStream
The file. - separator
- Type: SystemString
The separator.
Return Value
Type:
StringSee Also