Click or drag to resize

PlateDataParserParseCSV Method (TextReader, String, String, Int32, Char)

Namespace:  Scilligence.MolEngine.Companion
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
public DatabaseRow[] ParseCSV(
	TextReader sr,
	string barcodepos,
	string startpos,
	int linesperplate,
	char sep
)

Parameters

sr
Type: System.IOTextReader
barcodepos
Type: SystemString
startpos
Type: SystemString
linesperplate
Type: SystemInt32
sep
Type: SystemChar

Return Value

Type: DatabaseRow
See Also