Click or drag to resize
DerivedSequenceToString Method
Returns a string representation of the sequence data. This representation will come from the symbols in the alphabet defined for the sequence. Thus a Sequence whose Alphabet is Alphabets.DNA may return a value like 'GATTCCA'

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public override string ToString()

Return Value

Type: String

[Missing <returns> documentation for "M:Bio.DerivedSequence.ToString"]

See Also