Click or drag to resize
IAlphabetTryGetDefaultTerminationSymbol Method
Gets the default termination symbol if present in the alphabet.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
bool TryGetDefaultTerminationSymbol(
	out byte defaultTerminationSymbol
)

Parameters

defaultTerminationSymbol
Type: SystemByte
Default termination symbol if the alphabet has one.

Return Value

Type: Boolean
Returns true if the default termination symbol is returned in defaultTerminationSymbol parameter, else returns false.
See Also