AcString::AcString

C++

ACBASE_PORT AcString(
    eFormat nCtorFlags, 
    unsigned nArg
);

Description

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).

Parameters

Parameters Description
nCtorFlags Input flags indicating the type of construction
nArg Input argument value interpreted according to flags

Links

AcString

Previous Declaration

AcString::AcString@int@unsigned