Parse a record.

Namespace:  BioSharp.Core.Bio.Program.TagValue
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public TagValue Parse(
	Object record
)

Parameters

record
Type: System..::.Object
The record to parse.

Return Value

The tag and value.

Implements

ITagValueParser..::.Parse(Object)

See Also