Share

AcValue::format (AcString &) Method

C++

ACDBCORE2D_PORT bool format(
    AcString & sValue
) const;

Description

Formats the provided string.

Parameters

Parameters Description
sValue Input value to format

Returns

true if successful, else false.

Links

AcValue

Was this information helpful?