Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经通过控制台应用程序将一些哈希值(如 ulong)保存到 Sqlite 数据库中。现在我想在 Windows 应用商店应用程序中检索这些值,不幸的是我收到 NotSupportedException 说“不知道如何阅读 System.UInt64”。我不能在我的数据库中使用 ulong 值吗?数据库已填充,哈希字段似乎确实是 ulong,至少这是 Database .NET 告诉我的。
SQLite 的整数有 64 位,但是是有符号的。
您应该将您的哈希值转换为/从long.
long