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