SharePoint GUID Encoder Decoder

SharePoint uses a log of GUID's.

We all know that GUID stands for Globally Unique Identifier, but we may never know why sometimes SharePoint displays GUIDs with parenthesis and dashes, while other times GUID's are presented with %7B's and %2D's

 

When you need to get all of your GUIDs in a row, it is a frustrating task to pluck out a View ID when you need it.

/_layouts/15/ViewEdit.aspx?List=%7B832BEA72%2DFDA3%2D4190%2D832E%2DE49726C77C0C%7D&View=%7B0FCC097F%2DCAC2%2D4286%2D8BBB%2DF31029EF4B8E%7D

 

This is where Eric Meyer's awesome URL Decoder/Encoder comes to the rescue​.  Just paste in your GUIDs click Encode or Decode and transfer them to the format you require!

 

/_layouts/15/ViewEdit.aspx?List={832BEA72-FDA3-4190-832E-E49726C77C0C}&View={0FCC097F-CAC2-4286-8BBB-F31029EF4B8E}​

Last modified onMonday, 14 August 2017 15:38
×

Log in