Click or drag to resize

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
C#
public override string ParseFile(
	Stream file,
	string separator
)

Parameters

file
Type: System.IOStream
The file.
separator
Type: SystemString
The separator.

Return Value

Type: String
Exceptions
ExceptionCondition
InvalidOperationExceptionCan't recognize the file format.
See Also