|
strong |
Specifies the culture, case, and sort rules to be used by certain overloads of the xtd::string::compare method.
Enumerator | |
---|---|
ordinal | Compare strings using ordinal (binary) sort rules. |
ordinal_ignore_case | Compare strings using ordinal (binary) sort rules and ignoring the case of the strings being compared. |