- Published on
- Authors
- koskila
Programmatically creating readable internal names for new SharePoint fields
This post is about a small programmatic workaround to creating new SPFields for SPLists in SharePoint with human-readable internal names. This is mainly a usability improvement for your editors (and doesn't change your life that much), but they should appreciate it at the very least! In short, I'll show you how to avoid SharePoint's dirty encoding (like replacing a space with "_x0020_"). This applies when you're using server-side code to generate fields.


