Click or drag to resize

FileCsvDocumentTryGetDouble Method

Overload List
  NameDescription
Public methodTryGetDouble(Int32, Int32, Double)
Retrieves the value of a cell as a double-precision number. The cell is evaluated with TryParseNumber(String, Double), so command-line math expressions (for example "1/2") are supported.
Public methodTryGetDouble(String, Int32, Double)
Retrieves the value of a cell as a double-precision number, addressing the column by header name.
Top
See Also