Enum TextTransform
Enum for the case transformation options for OTP input text.
Namespace: Syncfusion.EJ2.Inputs
Assembly: Syncfusion.AspNetMvc.Inputs.dll
Syntax
public enum TextTransform
Fields
| Name | Description |
|---|---|
| Lowercase | Convert the input text to lowercase. |
| None | No case transformation. The input text remains unchanged. |
| Uppercase | Convert the input text to uppercase. |