Skip to the content.

PromptPlus API:CaseOptions

Build Publish License NuGet Downloads

Back to List Api

CaseOptions

Namespace: PPlus.Controls

Transform input char

public enum CaseOptions

Inheritance ObjectValueTypeEnumCaseOptions
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

Back to List Api