Share

AcString::collateNoCase

C++

Adesk::Int32 collateNoCase(
    const wchar_t * pwsz
) const;

Description

Compares the string case-independently to another string using collation.

Parameters

Parameters Description
psz Input pointer to the string of characters to compare to

Returns

0 if this string equals psz, a value < 0 if this string is less than psz and a value > 0 if this string is greater than psz.

Links

AcString

Previous Declaration

AutoCAD 2017 through AutoCAD 2024

ACBASE_PORT int collateNoCase(const wchar_t *psz) const;

History

AutoCAD 2025

Function now returns Adesk::Int32 instead of int.

Was this information helpful?