AcString::AcString(CStringW &) Constructor

C++
AcString(
    const CStringW & csw
);
Parameters
Parameters 
Description 
csw 
Input reference to the CStringW 
Description

Construct an AcString from a CStringW

The CStringA class is the ANSI code page based CString, while CStringW is Unicode based. CString maps to one or the other depending on whether the UNICODE preprocessor symbol is defined.

Links