C++
AcString & append( const char * psz );
Description
Appends an Utf8 string to the end of the string.
Parameters
Parameters | Description |
---|---|
psz | Input pointer to the Utf8 string |
Returns
A reference to this string object.
Remarks
Currently, only Utf8 encoding is supported.