C++
AcString precat( const char * psz, Encoding encoding ) const;
Description
Copies the string and inserts a string of narrow characters in front of it.
Parameters
Parameters | Description |
---|---|
psz | Input pointer to the string of narrow characters to insert |
encoding | Input Encoding type |
Returns
A new string object.
Remarks
Currently, only Utf8 encoding is supported.
Links
Previous Declaration
ACBASE_PORT AcString precat(const char * psz, Encoding encoding) const;
ACBASE_PORT AcString precat(const char * psz) const;