klyn.String.String
constructor
public String(value as Object):
Description

Builds a string from any object by using its textual representation.

Parameters
  • value Source object. When null, the created string is "null".