SequenceRangeFormattersBed Property |
Gets an instance of BedFormatter class which is capable of
saving a ISequenceRange according to the BED file format.
Namespace: Bio.IOAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static BedFormatter Bed { get; }
Public Shared ReadOnly Property Bed As BedFormatter
Get
public:
static property BedFormatter^ Bed {
BedFormatter^ get ();
}
static member Bed : BedFormatter with get
Property Value
Type:
BedFormatterSee Also