| SAMDnaAlphabetCheckIsAmbiguous Method | 
            Checks if the provided item is an ambiguous character or not
            Note: for '=' and '.' symbols this method returns false.
            
 
Namespace: Bio.IO.SAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
 Syntax
Syntaxpublic override bool CheckIsAmbiguous(
	byte item
)
Public Overrides Function CheckIsAmbiguous ( 
	item As Byte
) As Boolean
public:
virtual bool CheckIsAmbiguous(
	unsigned char item
) override
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
See Also