C++
AcString( const char * psz );
Description
Constructs a string and initializes it from a narrow char string.
Parameters
Parameters | Description |
---|---|
psz | Input narrow string. Null terminated. |
Remarks
Currently, only Utf8 encoding is supported.
AcString( const char * psz );
Constructs a string and initializes it from a narrow char string.
Parameters | Description |
---|---|
psz | Input narrow string. Null terminated. |
Currently, only Utf8 encoding is supported.