TextBuffer.toString Method [AX 2012]
Returns a string that represents the current object.
The default implementation returns the class name of the object. The method can be overridden in a derived class so that it returns values that are meaningful for that type. For example, an instance of the SysMethodInfo class returns the method name and type of the method, such as instance or static.
Community Additions
ADD
Show: