C++
Adesk::Int32 matchNoCase( const AcString & acs ) const;
Description
Returns the number of characters that case-independently match another AcString object.
Parameters
Parameters | Description |
---|---|
acs | Input reference to the other AcString object |
Returns
Number of characters that match acs.
Links
Previous Declaration
AutoCAD 2024 and earlier
ACBASE_PORT int matchNoCase(const AcString & acs) const;
History
AutoCAD 2025
Function now returns Adesk::Int32 instead of int.