Share

AcString::assign

C++

AcString & assign(
    const char * psz
);

Description

Assigns a string of Utf8 narrow chars to the string.

Parameters

Parameters Description
psz Input pointer to the string of narrow chars to assign

Returns

A reference to this string object.

Remarks

Currently, only Utf8 encoding is supported.

Links

AcString

Was this information helpful?