Click or drag to resize
HelperGetProjectIdentifier Method
Returns a string which represents specified ProjectIdentifier.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static string GetProjectIdentifier(
	ProjectIdentifier projectIdentifier
)

Parameters

projectIdentifier
Type: Bio.IO.GenBankProjectIdentifier
ProjectIdentifier instance.

Return Value

Type: String
Returns string.
See Also