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.UtilitiesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public string stringValue(
List<string> line,
int selection_id,
string default_string
)
Public Function stringValue (
line As List(Of String),
selection_id As Integer,
default_string As String
) As String
public:
String^ stringValue(
List<String^>^ line,
int selection_id,
String^ default_string
)
member stringValue :
line : List<string> *
selection_id : int *
default_string : string -> string
- line ListString
- list of strings that contains row items.
- selection_id Int32
- indices of items to be converted to numbers.
- default_string String
- default string in case no string can be read.
Stringcolor of given index.