| DnaAlphabetCheckIsGap Method  | 
                Checks if the provided item is a gap character or not
            
 
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic virtual bool CheckIsGap(
	byte item
)
Public Overridable Function CheckIsGap ( 
	item As Byte
) As Boolean
public:
virtual bool CheckIsGap(
	unsigned char item
)
abstract CheckIsGap : 
        item : byte -> bool 
override CheckIsGap : 
        item : byte -> bool Parameters
- item
 - Type: SystemByte
Item to be checked 
Return Value
Type: 
BooleanTrue if the specified item is a gap
Implements
IAlphabetCheckIsGap(Byte)
See Also