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