AcString::AcString   

ACBASE_PORT AcString(
    eFormat nCtorFlags, 
    unsigned nArg
);
Parameters
Parameters 
Description 
eFormat nCtorFlags 
Input flags indicating the type of construction 
unsigned nArg 
Input argument value interpreted according to flags 
Description

This multi-purpose constructor takes an unsigned argument and uses it either to load a resource string or to create a numerical string (base 10 or hex).

Links