AcString( const CStringW & csw );
|
Parameters |
Description |
|
csw |
Input reference to the CStringW |
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.