|
Method |
Description |
|
Default copy constructor. Makes a copy of an existing instance. | |
|
Formats an AcDbHandle value in hex; for example, a2f. | |
|
Constructor which repeats a character n times. | |
|
Loads a resource string from the specified DLL handle. | |
|
Copy constructor. | |
|
Move constructor. | |
|
Constructs a string and initializes it from an UTF-8 string. | |
|
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. | |
|
This multi-purpose constructor takes an unsigned argument and uses it either to load a resource string or to create a numerical string (base 10 or hex). | |
|
Constructs a string and initializes it with a single Unicode character. | |
|
Constructs a string and initializes it from a Unicode string. | |
|
Initialize from a Unicode string. |