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.

References ToString().