Share

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

C++

ACDBCORE2D_PORT AcString format(
    const ACHAR* pszFormat, 
    AcValue::FormatOption nOption
);

Description

Formats the value of the AcValue object.

Parameters

Parameters Description
pszFormat Input format string
nOption Input option of the FormatOption type

Returns

Returns the formatted string.

Links

AcValue

Was this information helpful?