Return a token representing a single symbol.

Namespace:  BioSharp.Core.Bio.Seq.IO
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public string TokenizeSymbol(
	ISymbol sym
)

Parameters

sym
Type: BioSharp.Core.Bio.Symbol..::.ISymbol
The symbol

Return Value

the token

Implements

ISymbolTokenization..::.TokenizeSymbol(ISymbol)

Exceptions

ExceptionCondition
BioSharp.Core.Bio.Symbol..::.IllegalSymbolExceptionif the symbol isn't recognized.

See Also