C++
AcString & append( const wchar_t * pwsz );
Description
Appends a Unicode string to the end of the string.
Parameters
Parameters | Description |
---|---|
pwsz | Input pointer to the Unicode string |
Returns
A reference to this string object.
Links
Previous Declaration
ACBASE_PORT AcString & append(const wchar_t *pwsz);