CaseSensitivity enumeration

Indicates whether an operation should be sensitive to case.

public enum CaseSensitivity

Values

name value description
MatchCase 0 The operation should be sensitive to case.
IgnoreCase 1 The operation should be insensitive to case.

See Also