Method | Description |
---|---|
![]() | Default copy constructor. Initializes to an empty string. |
![]() | Formats an AcDbHandle value in hexadecimal; 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 a narrow char string. |
![]() | Constructs a string and initializes it from a narrow char string. |
![]() | Constructs an AcString object from a CStringW object. |
![]() | 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. |
![]() | Constructs a string and initializes it from a Unicode string. |