Click or drag to resize
HelperGetSequenceSegment Method
Returns a string which represents specified SequenceSegment.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static string GetSequenceSegment(
	SequenceSegment segment
)

Parameters

segment
Type: Bio.IO.GenBankSequenceSegment
SequenceSegment instance.

Return Value

Type: String
Returns string.
See Also