System::StringComparer::Create method

StringComparer::Create method

Creates culture-specific comparer.

static StringComparerPtr System::StringComparer::Create(const System::SharedPtr<System::Globalization::CultureInfo> &culture, bool ignoreCase)
ParameterTypeDescription
cultureconst System::SharedPtr<System::Globalization::CultureInfo>&Culture to create comparer for.
ignoreCaseboolWhether the comparer should ignore case.

ReturnValue

Pointer to newly created comparer object.

See Also