HelperGetStrandType Method (SequenceStrandType) |
Returns a string which represents specified SequenceStrandType.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static string GetStrandType(
SequenceStrandType strand
)
Public Shared Function GetStrandType (
strand As SequenceStrandType
) As String
public:
static String^ GetStrandType(
SequenceStrandType strand
)
static member GetStrandType :
strand : SequenceStrandType -> string
Parameters
- strand
- Type: Bio.IO.GenBankSequenceStrandType
Strand type.
Return Value
Type:
StringReturns string.
See Also