A category that adds a description method to the Object class. More...
#import <Foundation/Foundation.h>
Instance Methods | |
| (NXString *) | - description |
| Returns a string that represents the instance. More... | |
Class Methods | |
| (NXString *) | + description |
| Returns a string that represents the class. More... | |
A category that adds a description method to the Object class.
This category provides a standardized way to get a string representation of any object instance or class, which is useful for debugging and logging purposes.
Definition at line 20 of file Object+Description.h.
| - (NXString *) description |
Returns a string that represents the instance.
Extends class Object.
| + (NXString *) description |
Returns a string that represents the class.
Extends class Object.