| HelperFileEndsWithZippedExtension Method  | 
            Determine if file ends with extension ".gz"
            
 
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic static bool FileEndsWithZippedExtension(
	string fileName
)
Public Shared Function FileEndsWithZippedExtension ( 
	fileName As String
) As Boolean
public:
static bool FileEndsWithZippedExtension(
	String^ fileName
)
static member FileEndsWithZippedExtension : 
        fileName : string -> bool 
Parameters
- fileName
 - Type: SystemString
File name. 
Return Value
Type: 
Booleantrue, if file name ends with zipped extension 
false otherwise.
See Also