SequenceParsersIsFasta Method |
Identifies if a file extension is a
valid extension for FASTA formats.
Namespace: Bio.IOAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public 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.IO.SequenceParsers.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