|
CSVReaderlongValue Method (ListString, Int32)
|
retrieve integer data from line of CSV-data.
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic long longValue(
List<string> line,
int selection_id
)
Public Function longValue (
line As List(Of String),
selection_id As Integer
) As Long
public:
long long longValue(
List<String^>^ line,
int selection_id
)
member longValue :
line : List<string> *
selection_id : int -> int64
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:
Int64indexed item as long integer.
See Also