C++
AcString concat( const wchar_t * pwsz ) const;
Description
Copies the string and appends a string of Unicode characters to it.
Parameters
Parameters | Description |
---|---|
pwsz | Input pointer to the string to append |
Returns
A reference to this string object.
Links
Previous Declaration
ACBASE_PORT AcString concat(const wchar_t * pwsz) const;