Click or drag to resize

CSVReaderstringValue Method

retrieve string data from line of csv-data. selection_ids contains indices of items to be converted to string. Values non-existent in the table cause the default string to be returned.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public string stringValue(
	List<string> line,
	int selection_id,
	string default_string
)

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.
default_string
Type: SystemString
default string in case no string can be read.

Return Value

Type: String
color of given index.
See Also