ProteinAlphabetTryGetDefaultGapSymbol Method |
Gets the default Gap symbol.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public virtual bool TryGetDefaultGapSymbol(
out byte defaultGapSymbol
)
Public Overridable Function TryGetDefaultGapSymbol (
<OutAttribute> ByRef defaultGapSymbol As Byte
) As Boolean
public:
virtual bool TryGetDefaultGapSymbol(
[OutAttribute] unsigned char% defaultGapSymbol
)
abstract TryGetDefaultGapSymbol :
defaultGapSymbol : byte byref -> bool
override TryGetDefaultGapSymbol :
defaultGapSymbol : byte byref -> bool
Parameters
- defaultGapSymbol
- Type: SystemByte
The default symbol.
Return Value
Type:
BooleanReturns true if it gets the Default Gap Symbol.
Implements
IAlphabetTryGetDefaultGapSymbol(Byte)See Also