Click or drag to resize
ProteinAlphabetGetFriendlyName Method
Gets the friendly name of a given symbol.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public string GetFriendlyName(
	byte item
)

Parameters

item
Type: SystemByte
Symbol to find friendly name.

Return Value

Type: String
Friendly name of the given symbol.

Implements

IAlphabetGetFriendlyName(Byte)
See Also