Share

AcString::AcString

C++

AcString(
    std::wstring_view str
);

Description

Constructs a string and initializes it from a std::wstring_view.

Parameters

Parameters Description
str Input std::wstring_view

Previous Declaration

AutoCAD 2025 and Earlier

explicit AcString(std::wstring_view str);

Links

AcString

Was this information helpful?