Share

AcString::precat

C++

AcString precat(
    const wchar_t * pwsz
) const;

Description

Copies the string and inserts a string of characters in front of it.

Parameters

Parameters Description
pwsz Input pointer to the string of characters to insert

Returns

A new string object.

Links

AcString

Previous Declaration

ACBASE_PORT AcString precat(const wchar_t * psz) const;

Was this information helpful?