Click or drag to resize

FileCsvDocumentTryGetGuid Method

Overload List
  NameDescription
Public methodTryGetGuid(Int32, Int32, Guid)
Retrieves the value of a cell as a globally unique identifier. Accepts any of the formats understood by TryParse(String, Guid) (with or without hyphens or braces).
Public methodTryGetGuid(String, Int32, Guid)
Retrieves the value of a cell as a globally unique identifier, addressing the column by header name.
Top
See Also