Sometimes, when I generate a GUID using visual studio, the 14th hexadecimal character is lowercase and the remaining hexadecimal digits are uppercase.
Causes a small problem when comparing string representations of two GUIDs. Now I always compare binary equivalents to be safe.
source share