Click or drag to resize
SequenceParsersFindParserByName Method
Returns parser which supports the specified file.

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

Parameters

fileName
Type: SystemString
File name for which the parser is required.
parserName
Type: SystemString
Name of the parser to use.

Return Value

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