Click or drag to resize
SequenceParsersFindParserByFileName Method
Finds a suitable parser that supports the specified file, opens the file and returns the parser.

Namespace: Bio.IO
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static ISequenceParser FindParserByFileName(
	string fileName
)

Parameters

fileName
Type: SystemString
File name for which the parser is required.

Return Value

Type: ISequenceParser
If found returns the open parser as ISequenceParser else returns null.
See Also