[]
Specifies string formatting styles.
public enum StringStyle
Public Enum StringStyle
| Name | Description |
|---|---|
| Caps | Capitalizes the first letter of each word. |
| FirstCap | Capitalizes the first letter of the first word. |
| Lower | All letters are lowercase. |
| None | Do nothing. |
| Upper | All letters are uppercase. |