Share

acutAcStringToAChar

C++

inline ACHAR* acutAcStringToAChar(
    const AcString& s, 
    Acad::ErrorStatus es
);

File

acutAcString.h

Description

Helper function to take a result of a query returning an AcString and convert it to an ACHAR.

Parameters

Parameters Description
s Input string value to convert
es Error status code used to determine if the string was converted

Returns

Converted string value as an ACHAR object.

Previous File

dbmain.h

Was this information helpful?