Normalizing And Denormalizing SharePoint Field Names

Frequently, when working with Office, SharePoint, and SharePoint web services, it is necessary to convert between the “normalized” (hex escaped string) version of a field name.

To that end, I found a useful JavaScript tool for normalizing strings into SharePoint’s “static name” format.

In .Net, we can simplify this using Regex and Uri.

Download the sample console project to test it out.

SharePointNormalizationConsole.zip (4.35 KB)

You may also like...