xtd 0.2.0
Loading...
Searching...
No Matches
string_comparison.h
Go to the documentation of this file.
1
4#pragma once
6namespace xtd {
14 enum class string_comparison {
16 ordinal,
19 };
20}
21
22// This file is included before enum definition so the enum_register is in the enum.h file.
string_comparison
Specifies the culture, case, and sort rules to be used by certain overloads of the xtd::ustring::comp...
Definition string_comparison.h:14
@ 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...
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10