Click or drag to resize

CSVReaderdoubleValue Method (ListString, Int32)

retrieve numerical data from line of csv-data. selection_ids contains indices of items to be converted to numbers. Values non-existent in the table cause an exception. Decimal separators may be '.' or ','.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public double doubleValue(
	List<string> line,
	int selection_id
)

Parameters

line
Type: System.Collections.GenericListString
list of strings that contains row items
selection_id
Type: SystemInt32
indices of items to be converted to numbers

Return Value

Type: Double
value of given index
See Also