Share

AcString::matchNoCase

C++

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

Description

Returns the number of characters that case-independently match a wide character string.

Parameters

Parameters Description
pwsz Input pointer to the string of characters

Returns

Number of characters that match pwsz.

Links

AcString

Previous Declaration

AutoCAD 2024 and earlier

ACBASE_PORT int matchNoCase(const wchar_t *pwsz) const;

History

AutoCAD 2025

Function now returns Adesk::Int32 instead of int.

Was this information helpful?