<Object>.toString
Contents
The <Object>.toString function is used to represent an object as a String.
| |
For more complicated concatenations, you may prefer to use the String.format(format, ...args) static method.
For example:
| |
The <Object>.toString function is used to represent an object as a String.
| |
For more complicated concatenations, you may prefer to use the String.format(format, ...args) static method.
For example:
| |