Share

AcString::matchNoCase

C++

Adesk::Int32 matchNoCase(
    const CStringW & csw
) const;

Description

Returns the number of characters that case-independently match a CStringW object.

Parameters

Parameters Description
csw Input reference to the CStringW object

Returns

Number of characters in this string matching csw.

Links

AcString

Previous Declaration

AutoCAD 2024 and earlier

int matchNoCase(const CStringW & csw) const;

inline int AcString::matchNoCase(const CStringW & csw) const;

History

AutoCAD 2025

Function now returns Adesk::Int32 instead of int.

Was this information helpful?