Stringify this symbol list.

Namespace:  BioSharp.Core.Bio.Seq.Impl
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public string SeqString { get; }

Implements

ISymbolList..::.SeqString

Remarks

It is expected that this will use the symbol's token to render each symbol. It should be parsable back into a ISymbolList using the default token parser for this alphabet.

See Also