In This Article

CaseSensitivity Enum

Represents the type of case sensitivity to apply.

public enum CaseSensitivity

Fields

Name Description
AutoCorrect

Treated the same as Insensitive however the text is converted to the exact pattern if not already equal to it. This is useful for languages like VB.NET where keywords should be forced to be certain combinations of mixed case letters.

Insensitive

Case insensitive - upper and lower case of a letter is matched.

Sensitive

Case sensitive - exact letter case is matched.