public StringBinding asString ()

Creates a javafx.beans.binding.StringBinding that holds the value of this ObjectExpression turned into a String. If the value of this ObjectExpression changes, the value of the StringBinding will be updated automatically.

Returns:  the new StringBinding

Since:  JavaFX 8.0