SequenceFormattersFasta Property |
Gets an instance of FastaFormatter class which is capable of
saving a ISequence according to the FASTA file format.
Namespace: Bio.IOAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static FastAFormatter Fasta { get; }
Public Shared ReadOnly Property Fasta As FastAFormatter
Get
public:
static property FastAFormatter^ Fasta {
FastAFormatter^ get ();
}
static member Fasta : FastAFormatter with get
Property Value
Type:
FastAFormatterSee Also