Share

AcString::AcString

C++

AcString(
    char ch, 
    Encoding
);

Description

Constructs a string and initializes it from a narrow char string.

Parameters

Parameters Description
ch Input character
encoding Value is ignored

Remarks

Used to work around legacy code that expected a single char to be automatically converted to a const char *.

Links

AcString

Was this information helpful?