浏览代码

Additional explanation

Piotr Czajkowski 1 周之前
父节点
当前提交
eb8d299329
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -14,8 +14,8 @@ It currently supports properties of types as supported by ClosedXML, so:
 - string
 - string
 - DateTime
 - DateTime
 - TimeSpan
 - TimeSpan
-- Guid
-- enum
+- Guid (if not a valid Guid and non-nullable then empty Guid will be returned)
+- enum (if not a valid enum value and non-nullable then default value will be returned)
 
 
 And their nullable variants.
 And their nullable variants.