Collation.CaseBlindCollation PropertyCollation.CaseBlindCollation PropertyCollation::CaseBlindCollation Property

Gets the "case blind" collation.

Syntax

Public Shared ReadOnly Property CaseBlindCollation As Collation
        Get
public static Collation CaseBlindCollation { get; }
public:
static property Collation^ CaseBlindCollation {
    Collation^ get();
}
 

Property Value

Type: XmlPrime.CollationXmlPrime.CollationXmlPrime::Collation^

The "case blind" collation.

Remarks

This collation provides the ability to compare strings based on code point values but where upper-case and lower-case letters compare equal.

The codepoint collation has the URI http://www.w3.org/xslts/collation/caseblind.