PromptPlus API:CaseOptions
CaseOptions
Namespace: PPlus.Controls
Transform input char
public enum CaseOptions
Inheritance Object → ValueType → Enum → CaseOptions
Implements IComparable, IFormattable, IConvertible
Fields
Name | Value | Description |
---|---|---|
Any | 0 | Any input, no transform |
Uppercase | 1 | Transform input to Uppercase |
Lowercase | 2 | Transform input to Lowercase |