Share

AcValue::format (ACHAR*, ACHAR*&) Method

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

AcValue

Use Instead

ACDBCORE2D_PORT bool format(const ACHAR* pszFormat, AcString & sValue) const;

Was this information helpful?