Click or drag to resize

FileCsvDocumentTryGetBool Method

Overload List
  NameDescription
Public methodTryGetBool(Int32, Int32, Boolean)
Retrieves the value of a cell as a boolean. Recognizes "true"/"false", "yes"/"no", and "1"/"0" (case-insensitive, surrounding whitespace ignored).
Public methodTryGetBool(String, Int32, Boolean)
Retrieves the value of a cell as a boolean, addressing the column by header name.
Top
See Also