DefaultWordFileParserParseFile Method |
Parses the file in stream, using given text separator.
Ignores headers and footers in word files.
Namespace:
Packflow.Core.FileParsing
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public override string ParseFile(
Stream file,
string separator
)
Parameters
- file
- Type: System.IOStream
The file. - separator
- Type: SystemString
The separator.
Return Value
Type:
StringExceptions See Also