C++
Adesk::Int32 match( const CStringW & csw ) const;
Description
Returns the number of characters matching a CStringW object.
Parameters
Parameters | Description |
---|---|
csw | Input reference to the CStringW object |
Returns
Number of characters in this string matching csw.
Links
Previous Declaration
AutoCAD 2024 and earlier
int match(const CStringW & csw) const;
inline int AcString::match(const CStringW & csw) const;
History
AutoCAD 2025
Function now returns Adesk::Int32 instead of int.