display

display(): String;

The display method of the String primitive type returns a string enclosed in double quotation marks ("") containing the receiver.

If the length of the receiver is zero (0), the string "<null>" is returned.