alexa

    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