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.
If I understand the question correctly, I posted extension methods that do this in How to read a .NET Guid into a Java UUID.