MatchCasing Enum
Definition
Specifies the type of character casing to match.
public enum class MatchCasing
public enum MatchCasing
type MatchCasing =
Public Enum MatchCasing
- Inheritance
Fields
CaseInsensitive | 2 | Matches ignoring character casing. |
CaseSensitive | 1 | Matches respecting character casing. |
PlatformDefault | 0 | Matches using the default casing for the given platform. |