All Manuals > LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual > 2 Objective-C Reference

description Function

Summary

Calls the Objective-C "description" instance method.

Package

objc

Signature

description pointer => string

Arguments
pointer
A pointer to an Objective-C foreign object.
Values
string
A string.
Description

The function description calls the Objective-C "description" instance method of pointer and returns the description as a string.


LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual - 01 Dec 2021 19:38:32