SequenceParsersFindParserByName Method |
Returns parser which supports the specified file.
Namespace: Bio.IOAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static ISequenceParser FindParserByName(
string fileName,
string parserName
)
Public Shared Function FindParserByName (
fileName As String,
parserName As String
) As ISequenceParser
public:
static ISequenceParser^ FindParserByName(
String^ fileName,
String^ parserName
)
static member FindParserByName :
fileName : string *
parserName : string -> ISequenceParser
Parameters
- fileName
- Type: SystemString
File name for which the parser is required. - parserName
- Type: SystemString
Name of the parser to use.
Return Value
Type:
ISequenceParserIf found returns the open parser as ISequenceParser else returns null.
See Also