Enum FormatCase
Defines possible reswords formatting states.
public enum FormatCase
Fields
Lower = 2Reswords should be formatted to the lower-case.
None = 0Specifies that no flags are in effect.
Upper = 1Reswords should be formatted to the upper-case.