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.
是否可以使用手动定义的值创建 GUIDS?
我需要提前知道 GUID 的值来做一些单元测试。
var guid = new Guid("62FA647C-AD54-4BCC-A860-E5A2664B019D");
假设您使用的是 .Net
如果您查看MSDN 文档,您将看到可能的 GUID 的所有不同类型的字符串表示形式的完整列表。