I want to set the space on my enum. Here is my code sample:
public enum category { goodBoy=1, BadBoy }
I want to set
Since the original question was asking for adding a space within the enum value/name, I would say that the underscore character should be replaced with a space, not an empty string. However, the best solution is the one using annotations.