• Number
    0102030405060708090a0b0c0d0e0f10
  • Registry
    {01020304-0506-0708-090a-0b0c0d0e0f10}
  • Guid
    0x01020304,0x0506,0x0708,0x090a,0x0b,0x0c,0x0d,0x0e,0x0f,0x10
  • Define_Guid
    DEFINE_GUID(<<name>>,0x01020304,0x0506,0x0708,0x090a,0x0b,0x0c,0x0d,0x0e,0x0f,0x10)
  • Ole_Create
    IMPLEMENT_OLECREATE(<<class>>,<<external_name>>,0x01020304,0x0506,0x0708,0x090a,0x0b,0x0c,0x0d,0x0e,0x0f,0x10)
  • Const_Guid
    {0x01020304,0x0506,0x0708,{0x09,0x0a,0x0b,0x0c,0x0d,0x0e,0x0f,0x10}}
  • CSharp Hex byte array
    0x04,0x03,0x02,0x01,0x06,0x05,0x08,0x07,0x09,0x0a,0x0b,0x0c,0x0d,0x0e,0x0f,0x10
  • C format, enclosed in (curly) braces
    {0x01020304,0x0506,0x0708,0x090a,{0x0b,0x0c,0x0d,0x0e,0x0f,0x10}}