C++
ACBASE_PORT AcString & formatV( const ACHAR * pszFmt, va_list args );
Description
Formats the 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.
Remarks
null format string will clear to empty.