AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ ToString() [1/2]

void Arg::ToString ( int  maxlen,
int *  length,
char *  string,
StatusType *const  status 
)
inline

Convert the structure to a string.

This method attempts to convert the SDS structure maintained by this Arg object into a string representation.

See also
ArgToString()
Arg::List
Version of this which works with std::string.
Parameters
maxlenThe maximum amount of space in the output string.
lengthThe length of the output string is returned here.
stringThe buffer to write the structure too.
statusInherited status.

Referenced by toString(), and toString().