Click or drag to resize
SAMAlignedSequenceHeaderGetFlag Method (String)
Gets the SAMFlag for the specified string value.

Namespace: Bio.IO.SAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static SAMFlags GetFlag(
	string value
)

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