menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextTransform - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextTransform

    Enum for the case transformation options for OTP input text.

    Inheritance
    System.Object
    TextTransform
    Namespace: Syncfusion.EJ2.Inputs
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class TextTransform : Enum

    Fields

    Lowercase

    Convert the input text to lowercase.

    Declaration
    public const TextTransform Lowercase
    Field Value
    Type
    TextTransform

    None

    No case transformation. The input text remains unchanged.

    Declaration
    public const TextTransform None
    Field Value
    Type
    TextTransform

    Uppercase

    Convert the input text to uppercase.

    Declaration
    public const TextTransform Uppercase
    Field Value
    Type
    TextTransform
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved