Click or drag to resize
SequenceFormattersFindFormatterByName 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 ISequenceFormatter FindFormatterByName(
	string fileName,
	string formatterName
)

Parameters

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

Return Value

Type: ISequenceFormatter
If found returns the formatter as ISequenceFormatter else returns null.
See Also