UcaCollationStrength EnumerationUcaCollationStrength EnumerationUcaCollationStrength Enumeration
- XmlPrime 4.1
- Other Versions ▼
Enumerates the collation strength as defined in UCA.
The UcaCollationStrengthUcaCollationStrengthUcaCollationStrength
type exposes the following members.
Members
Member | Description | |
---|---|---|
![]() | IdenticalIdenticalIdentical | Identical is used to achieve a semi-stable sort. |
![]() | PrimaryPrimaryPrimary | Primary strength takes only the base form of the character into account. |
![]() | QuaternaryQuaternaryQuaternary | Quaternary considers spaces and punctuation that would otherwise be ignored |
![]() | SecondarySecondarySecondary | Secondary strength ignores case but considers accents and diacritics as significant |
![]() | TertiaryTertiaryTertiary | Tertiary considers case as significant |
![]() | UnspecifiedUnspecifiedUnspecified | The UCA collation strength has not been specified. |