Click or drag to resize

CSVReaderlongValue Method (ListString, Int32, Int64)

Try to retrieve value with index id1; if not successful return val.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public double longValue(
	List<string> line,
	int id1,
	long val
)

Parameters

line
Type: System.Collections.GenericListString
list of strings that contains row items.
id1
Type: SystemInt32
index of item to be retrieved.
val
Type: SystemInt64
default value if item can not be converted to a long integer.

Return Value

Type: Double

[Missing <returns> documentation for "M:Karamba.Utilities.CSVReader.longValue(System.Collections.Generic.List{System.String},System.Int32,System.Int64)"]

See Also