Click or drag to resize
SequenceFormattersFindFormatterByFileName Method
Returns formatter 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 FindFormatterByFileName(
	string fileName
)

Parameters

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

Return Value

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