C++
AcString( const wchar_t * pwsz, Adesk::UInt32 count );
Description
Constructs a string and initializes it from a Unicode string.
Parameters
Parameters | Description |
---|---|
pwsz | Input pointer to source |
count | Maximum number of characters to use from the input string |
Links
Previous Declaration
AutoCAD 2024 and earlier
ACBASE_PORT AcString(const wchar_t *pwsz, unsigned int count);
History
AutoCAD 2025
count argument changed from unsigned int to Adesk::UInt32.