WinForms

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

    Show / Hide Table of Contents

    Enum CasingNormalize

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

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public enum CasingNormalize

    Fields

    Name Description
    changeToBoth

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

    changeToLowerOnly

    Change to lower case only.

    changeToUpperOnly

    Change to upper case only.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved