HelperGetStrandTopology Method (String) |
Returns a SequenceStrandTopology corresponds to the specified string.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static SequenceStrandTopology GetStrandTopology(
string strandTopology
)
Public Shared Function GetStrandTopology (
strandTopology As String
) As SequenceStrandTopology
public:
static SequenceStrandTopology GetStrandTopology(
String^ strandTopology
)
static member GetStrandTopology :
strandTopology : string -> SequenceStrandTopology
Parameters
- strandTopology
- Type: SystemString
Strand topology.
Return Value
Type:
SequenceStrandTopologyReturns SequenceStrandTopology.
See Also