HelperGetStrandType Method (String) |
Returns a SequenceStrandType 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 SequenceStrandType GetStrandType(
string strand
)
Public Shared Function GetStrandType (
strand As String
) As SequenceStrandType
public:
static SequenceStrandType GetStrandType(
String^ strand
)
static member GetStrandType :
strand : string -> SequenceStrandType
Parameters
- strand
- Type: SystemString
Strand type.
Return Value
Type:
SequenceStrandTypeReturns SequenceStrandType.
See Also