| HelperGetStrandTopology Method (SequenceStrandTopology) | 
            Returns a string which represents specified SequenceStrandTopology.
            
 
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic static string GetStrandTopology(
	SequenceStrandTopology strandTopology
)
Public Shared Function GetStrandTopology ( 
	strandTopology As SequenceStrandTopology
) As String
public:
static String^ GetStrandTopology(
	SequenceStrandTopology strandTopology
)
static member GetStrandTopology : 
        strandTopology : SequenceStrandTopology -> string 
Parameters
- strandTopology
 - Type: Bio.IO.GenBankSequenceStrandTopology
Strand topology. 
Return Value
Type: 
StringReturns string.
See Also