GZipParserTP, TCanProcessFile Method |
Initializes a new instance of the FastAParser class by
loading the specified filename and ensuring that it ends with ".gz"
Namespace: Bio.IOAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool CanProcessFile(
string filename
)
Public Function CanProcessFile (
filename As String
) As Boolean
public:
bool CanProcessFile(
String^ filename
)
member CanProcessFile :
filename : string -> bool
Parameters
- filename
- Type: SystemString
Name of the File.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Bio.IO.GZipParser`2.CanProcessFile(System.String)"]
See Also