Click or drag to resize
HelperGetStrandType Method (String)
Returns a SequenceStrandType corresponds to the specified string.

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

Parameters

strand
Type: SystemString
Strand type.

Return Value

Type: SequenceStrandType
Returns SequenceStrandType.
See Also