SyntaxFix
Write A Post
Hire A Developer
Questions
You can also define an enum value like Name_Without_Spaces, and when you want a description use Name_Without_Spaces.ToString().Replace('_', ' ') to replace the underscores with spaces.
Name_Without_Spaces
Name_Without_Spaces.ToString().Replace('_', ' ')