Click or drag to resize

FileParserParseFile Method

Parses the file in stream, using given text separator.

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 abstract string ParseFile(
	Stream file,
	string separator
)

Parameters

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

Return Value

Type: String
string
See Also