Share

AcString::c_str

C++

const wchar_t * c_str() const;

Description

Gets a pointer to the current string as a widechar Unicode.

Returns

A pointer to a null-terminated widechar string.

Remarks

The pointer is only valid until this object is next modified.

Links

AcString

Was this information helpful?