C++
bool format( const ACHAR* pszFormat, ACHAR*& pszValue ) const;
Description
Formats the provided string.
Parameters
Parameters | Description |
---|---|
pszFormat | Input format string |
pszValue | Pointer of the value to format |
Returns
true if successful, else false.
Links
Use Instead
ACDBCORE2D_PORT bool format(const ACHAR* pszFormat, AcString & sValue) const;