Share

AcString::appendFormat Method

C++

ACBASE_PORT AcString & appendFormat(
    const ACHAR * pszFmt, 
    ...
);

Description

Appends formatted data to this string using printf rules

Parameters

Parameters Description
pszFmt Input pointer to the printf format string
args Input variable arguments list containing values to be formatted

Returns

A reference to this string object.

Links

AcString

Was this information helpful?