Convert from Oracle’s RAW(16) to .NET’s GUID
If you look at the values involved (in pairs) of hex digits you can see that the last 7 bytes are the same in both cases, but the first 9 are switched around a bit. Going from your example, but rewriting each pair in the .NET as 00, 11, 22 etc and switching the relevant … Read more