C++
AcString & operator =( const char * psz );
Description
Assign a string of MBCS characters to the string.
Parameters
| Parameters | Description |
|---|---|
| psz | Input pointer to the string of characters to assign |
Returns
A reference to this AcString object.
Remarks
The MBCS is treated as Utf8.