Why does GUID GUID display different parts of the GUID with different capitalization?

Visual Studio comes with a GUID generation tool that is used to generate GUIDs. Now, here is the GUID he created for me:

{7A09BF85-9E98-44ea-9AB5-A13953E88C3D}

      

each of the 4 parts of the GUID contains both letters and numbers. Why does the third part contain only lowercase letters and others only alphabetic letters? Does this make sense?

+2


source to share


1 answer


See John Feminella's accepted answer to this question , where he refers to this MS Connect bug report (which MS promised to resolve "in the next version" of VS, by the way).



+1


source







All Articles