Click or drag to resize
HelperGetStrandTopology Method (String)
Returns a SequenceStrandTopology 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 SequenceStrandTopology GetStrandTopology(
	string strandTopology
)

Parameters

strandTopology
Type: SystemString
Strand topology.

Return Value

Type: SequenceStrandTopology
Returns SequenceStrandTopology.
See Also