UcaCollationSettings.CaseLevel PropertyUcaCollationSettings.CaseLevel PropertyUcaCollationSettings::CaseLevel Property

Gets a value indicating whether to ignore accents while taking account of case.

Syntax

Public Property CaseLevel As Boolean
        Get
         Set(ByVal value As Boolean)
public bool CaseLevel { get;  set; }
public:
property bool CaseLevel {
    bool get();
     void set(bool value);
}
 

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

When used with primary strength, a value of trueTruetrue has the effect of ignoring accents while taking account of case.