Click or drag to resize
ParserHelperToArrayT Method
All ab1 arrays are space seperate strings. Helper function to convert to a property array.

Namespace: Bio.IO.AppliedBiosystems.DataParsers
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static T[] ToArray<T>(
	string value,
	Func<string, T> parse
)

Parameters

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:Bio.IO.AppliedBiosystems.DataParsers.ParserHelper.ToArray``1(System.String,System.Func{System.String,``0})"]

parse
Type: SystemFuncString, T

[Missing <param name="parse"/> documentation for "M:Bio.IO.AppliedBiosystems.DataParsers.ParserHelper.ToArray``1(System.String,System.Func{System.String,``0})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Bio.IO.AppliedBiosystems.DataParsers.ParserHelper.ToArray``1(System.String,System.Func{System.String,``0})"]

Return Value

Type: T

[Missing <returns> documentation for "M:Bio.IO.AppliedBiosystems.DataParsers.ParserHelper.ToArray``1(System.String,System.Func{System.String,``0})"]

See Also