Click or drag to resize

CSVReaderlongValue Method (ListString, Int32)

retrieve integer data from line of CSV-data

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

Parameters

line
Type: System.Collections.GenericListString
list of items as strings
selection_id
Type: SystemInt32
indiex of item to be converted to a long integer

Return Value

Type: Int64
indexed item as long integer
See Also