Type of string comparison.
Exact comparison, Case-sensitive.
Match all strings whose initial substrings equal the given key. Case-sensitive.
Match all strings that contain the given key. Case-sensitive.
OcaEnumItem ExactCaseInsensitive
= 3
Exact comparison. Case-insensitive.
OcaEnumItem SubstringCaseInsensitive
= 4
Match all strings whose initial substrings equal the given key. Case-insensitive.
OcaEnumItem ContainsCaseInsensitive
= 5
Match all strings that contain the given key. Case-insensitive.
OCP.1 Encoding
Basic type | Byte Length |
OcaEnumItem | 1 |