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