Enum SUpper
Used with ExtString.Upper
public enum SUpper
Namespace: Au.Types
Assembly: Au.dll
Fields
| Name | Description |
|---|---|
| AllChars | Convert all characters to upper case. |
| FirstChar | Convert only the first character to upper case. |
| TitleCase | Convert the first character of each word to upper case and other characters to lower case. Calls System.Globalization.TextInfo.ToTitleCase. |