Share

AcString::assign

C++

AcString & assign(
    const wchar_t * pwsz, 
    Adesk::UInt32 len
);

Description

Assigns a string of Unicode characters to the string.

Parameters

Parameters Description
pwsz Input pointer to the string of characters to assign
len Input maximum length

Returns

A reference to this string object.

Remarks

Useful to assign from a std::wstring_view.

Links

AcString

Was this information helpful?