Click or drag to resize
DataParserFactoryGetParser Method
Returns a parser for the specific version.

Namespace: Bio.IO.AppliedBiosystems.DataParsers
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static IVersionedDataParser GetParser(
	int majorVersion
)

Parameters

majorVersion
Type: SystemInt32

[Missing <param name="majorVersion"/> documentation for "M:Bio.IO.AppliedBiosystems.DataParsers.DataParserFactory.GetParser(System.Int32)"]

Return Value

Type: IVersionedDataParser

[Missing <returns> documentation for "M:Bio.IO.AppliedBiosystems.DataParsers.DataParserFactory.GetParser(System.Int32)"]

See Also