Click or drag to resize

CSVReaderdoubleValue Method

Overload List
  NameDescription
Public methoddoubleValue(ListString, Int32)
retrieve numerical data from line of csv-data. selection_ids contains indices of items to be converted to numbers. Values non-existent in the table cause an exception. Decimal separators may be '.' or ','.
Public methoddoubleValue(ListString, Int32, Double)
Try to retrieve value with index id1; if not successful return val.
Top
See Also