display

display(): String;

The display method of the StringUtf8 primitive type returns a string enclosed in double quotation marks ("") containing the receiver encoded in the ANSI character set of the default code page for the current locale.

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