[]
Specifies string formatting styles.
public enum StringStyle
Caps = 1
Capitalizes the first letter of each word.
FirstCap = 2
Capitalizes the first letter of the first word.
Lower = 3
All letters are lowercase.
None = 0
Do nothing.
Upper = 4
All letters are uppercase.