C++
ACBASE_PORT AcString & format( const ACHAR * pszFmt, ... );
Description
Formats the string using printf rules.
Parameters
Parameters | Description |
---|---|
pszFmt | Input pointer to the printf format string |
Returns
A reference to this string object.
Remarks
null format string will clear to empty.