Share

AcString::AcString

C++

AcString(
    eFormat nCtorFlags, 
    Adesk::UInt64 nArg
);

Description

Converts the input integer value into either a hex or decimal (base 10) string.

Parameters

Parameters Description
nCtorFlags Input flags indicating the type of construction
nArg Input argument Adesk::UInt64 value

Links

AcString

Was this information helpful?