Click or drag to resize
GenBankFormatterFormat Method (Stream, ISequence)
Writes an ISequence to the specified stream.

Namespace: Bio.IO.GenBank
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void Format(
	Stream stream,
	ISequence data
)

Parameters

stream
Type: System.IOStream
Stream to write to
data
Type: BioISequence
The sequence to format.

Implements

IFormatterTFormat(Stream, T)
See Also