alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class CasingNormalize

    Enumeration for the kind of case sensitivity to be applied at a particular point of data input.

    Inheritance
    System.Object
    CasingNormalize
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class CasingNormalize : Enum

    Fields

    changeToBoth

    Convert to lower case or upper case depending on the mask.

    Declaration
    public const CasingNormalize changeToBoth
    Field Value
    Type
    CasingNormalize

    changeToLowerOnly

    Change to lower case only.

    Declaration
    public const CasingNormalize changeToLowerOnly
    Field Value
    Type
    CasingNormalize

    changeToUpperOnly

    Change to upper case only.

    Declaration
    public const CasingNormalize changeToUpperOnly
    Field Value
    Type
    CasingNormalize
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved