| DnaAlphabetGetSymbolValueMap Method  | 
                Maps A to A  and a to A
                that is key will contain unique values.
                This will be used in the IsValidSymbol method to address Scenarios like a == A, G == g etc.
            
 
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic byte[] GetSymbolValueMap()
Public Function GetSymbolValueMap As Byte()
public:
virtual array<unsigned char>^ GetSymbolValueMap() sealed
abstract GetSymbolValueMap : unit -> byte[] 
override GetSymbolValueMap : unit -> byte[] 
Return Value
Type: 
Byte[Missing <returns> documentation for "M:Bio.DnaAlphabet.GetSymbolValueMap"]
Implements
IAlphabetGetSymbolValueMap
See Also