SequenceParsersFindParserByFileName Method |
Finds a suitable parser that supports the specified file, opens the file and returns the parser.
Namespace: Bio.IOAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static ISequenceParser FindParserByFileName(
string fileName
)
Public Shared Function FindParserByFileName (
fileName As String
) As ISequenceParser
public:
static ISequenceParser^ FindParserByFileName(
String^ fileName
)
static member FindParserByFileName :
fileName : string -> ISequenceParser
Parameters
- fileName
- Type: SystemString
File name for which the parser is required.
Return Value
Type:
ISequenceParserIf found returns the open parser as ISequenceParser else returns null.
See Also