Tokenize single records (lines of text, objects) into a tag and a value.
Namespace:
BioSharp.Core.Bio.Program.TagValueAssembly: BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)
Syntax
C# |
---|
public interface ITagValueParser |
Remarks
TagValueParser instances may be stateful, that is they may remember previous values of tags or values, and return different TagValue responses accordingly.
Original BioJava version by Matthew Pocock and Keith James. Port to C# by Doug Swisher.