Click or drag to resize
SequenceRangeFormatters Class
SequenceRangeFormatter class is an abstraction class which provides instances and lists of all Range-Formatter currently supported by .NET Bio.
Inheritance Hierarchy
SystemObject
  Bio.IOSequenceRangeFormatters

Namespace: Bio.IO
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static class SequenceRangeFormatters

The SequenceRangeFormatters type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAll
Gets the list of all range-formatters supported by the framework.
Public propertyStatic memberBed
Gets an instance of BedFormatter class which is capable of saving a ISequenceRange according to the BED file format.
Top
See Also