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