SAMAlignedSequenceHeaderGetFlag Method (String) |
Gets the SAMFlag for the specified string value.
Namespace: Bio.IO.SAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static SAMFlags GetFlag(
string value
)
Public Shared Function GetFlag (
value As String
) As SAMFlags
public:
static SAMFlags GetFlag(
String^ value
)
static member GetFlag :
value : string -> SAMFlags
Parameters
- value
- Type: SystemString
Value for which the SAMFlag is required.
Return Value
Type:
SAMFlags[Missing <returns> documentation for "M:Bio.IO.SAM.SAMAlignedSequenceHeader.GetFlag(System.String)"]
See Also