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