Click or drag to resize

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
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
See Also