Share

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

C++

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

Description

Formats the provided string.

Parameters

Parameters Description
pszFormat Input format string
sValue Input reference to the string to format

Returns

true if successful, else false.

Links

AcValue

Was this information helpful?