.NET Native GUID conversion

后端 未结 3 1510
萌比男神i
萌比男神i 2020-12-10 07:48

I have an external database that is feeding information to me. One saves their data as native GUID format and my other data source supplies standard .NET GUID format string.

3条回答
  •  再見小時候
    2020-12-10 08:20

    If I understand the question correctly, I posted extension methods that do this in How to read a .NET Guid into a Java UUID.

提交回复
热议问题