COM.toString Method [AX 2012]

Returns a string that represents the instance of the COM class.

public str toString()

Run On

Called

Return Value

Type: str
A string that contains a description of the instance of the COM class.

The following example shows how to use the toString method.

print objCOM.toString();

Reference

Community Additions

ADD
Show: