| HelperIsZippedFasta Method  | 
            Identifies if a file extension is a
            valid extension for FASTA formats that is gzipped.
            
 
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic static bool IsZippedFasta(
	string fileName
)
Public Shared Function IsZippedFasta ( 
	fileName As String
) As Boolean
public:
static bool IsZippedFasta(
	String^ fileName
)
static member IsZippedFasta : 
        fileName : string -> bool 
Parameters
- fileName
 - Type: SystemString
[Missing <param name="fileName"/> documentation for "M:Bio.Util.Helper.IsZippedFasta(System.String)"]
 
Return Value
Type: 
Boolean
            True  : if it is a valid gzipped fasta file extension.
            False : if it is a in-valid gzipped fasta file extension.
            
See Also