CSVReaderdoubleValue(ListString, Int32, Double) Method

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

Definition

Namespace: Karamba.Utilities
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public double doubleValue(
	List<string> line,
	int id1,
	double val
)

Parameters

line  ListString
list of strings that contains row items.
id1  Int32
index of item to be retrieved.
val  Double
default value if item can not be converted to a double.

Return Value

Double

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

See Also