Click or drag to resize
HelperGetStrandType Method (SequenceStrandType)
Returns a string which represents specified SequenceStrandType.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static string GetStrandType(
	SequenceStrandType strand
)

Parameters

strand
Type: Bio.IO.GenBankSequenceStrandType
Strand type.

Return Value

Type: String
Returns string.
See Also